update
This commit is contained in:
parent
e4d82ef50e
commit
d0192ef83b
|
@ -112,3 +112,7 @@ endsnippet
|
||||||
snippet th "this.handle..."
|
snippet th "this.handle..."
|
||||||
this.handle${1:Click} = this.handle$1.bind(this);
|
this.handle${1:Click} = this.handle$1.bind(this);
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet tb "this ... = ... .bind(this);"
|
||||||
|
this.$1 = this.$1.bind(this);
|
||||||
|
endsnippet
|
||||||
|
|
Loading…
Reference in New Issue