Last active
December 20, 2015 11:29
-
-
Save bspingarn/6123401 to your computer and use it in GitHub Desktop.
SublimeText snippet for var self = this for Javascript.
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[ | |
var self = this; | |
]]></content> | |
<description>var self = this;</description> | |
<tabTrigger>selfthis</tabTrigger> | |
<scope>source.js</scope> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment