update snippets

This commit is contained in:
Ray Elliott 2020-04-27 11:54:42 +01:00
parent 48e85f5a87
commit d83f032366
2 changed files with 4 additions and 0 deletions

View File

@ -109,3 +109,6 @@ ${2: constructor(props) \{
} }
endsnippet endsnippet
snippet th "this.handle..."
this.handle${1:Click} = this.handle$1.bind(this);
endsnippet

View File

@ -0,0 +1 @@
extends css, javascript