Skip to content

Instantly share code, notes, and snippets.

@bspingarn
Last active December 20, 2015 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bspingarn/6123401 to your computer and use it in GitHub Desktop.
Save bspingarn/6123401 to your computer and use it in GitHub Desktop.
SublimeText snippet for var self = this for Javascript.
<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