Created
April 17, 2017 16:28
-
-
Save nhobi/3f772f0dae4cefa67cdb0ea28761eee0 to your computer and use it in GitHub Desktop.
bind.sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
this.${1:func} = this.${1:func}.bind(this); | |
]]></content> | |
<description>Bind class methods in constructor for React components.</description> | |
<tabTrigger>bind</tabTrigger> | |
<scope>source.js</scope> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment