Skip to content

Instantly share code, notes, and snippets.

@ryanjduffy
Created January 19, 2013 20:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanjduffy/4574941 to your computer and use it in GitHub Desktop.
Save ryanjduffy/4574941 to your computer and use it in GitHub Desktop.
If you're using Sublime Text 2 for EnyoJS, you need this snippet!
<snippet>
<content><![CDATA[
this.inherited(arguments);
]]></content>
<tabTrigger>inh</tabTrigger>
<scope>source.js</scope>
<description>this.inherited(arguments);</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment