Skip to content

Instantly share code, notes, and snippets.

@charud
Created March 7, 2012 08:01
Show Gist options
  • Save charud/1991805 to your computer and use it in GitHub Desktop.
Save charud/1991805 to your computer and use it in GitHub Desktop.
Private method of Lightweight Javascript Module
<snippet>
<content><![CDATA[
var ${1} = function(${2})
{
${3}
};
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>priv</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.js</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment