Skip to content

Instantly share code, notes, and snippets.

@charud
Created March 7, 2012 08:02
Show Gist options
  • Save charud/1991808 to your computer and use it in GitHub Desktop.
Save charud/1991808 to your computer and use it in GitHub Desktop.
Public method of Lightweight Javascript Module
<snippet>
<content><![CDATA[
me.${1} = function(${2})
{
${3}
};
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>pub</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