Skip to content

Instantly share code, notes, and snippets.

@cjmyles
Last active December 29, 2015 03:49
Show Gist options
  • Save cjmyles/7610084 to your computer and use it in GitHub Desktop.
Save cjmyles/7610084 to your computer and use it in GitHub Desktop.
Sublime snippet - Object function definition
<snippet>
<content><![CDATA[$1: function(){
$0
},]]></content>
<tabTrigger>fnc</tabTrigger>
<description>object function</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment