Skip to content

Instantly share code, notes, and snippets.

@gtdeng
Created October 15, 2015 16:49
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 gtdeng/8a16f8eeaf1272d889bd to your computer and use it in GitHub Desktop.
Save gtdeng/8a16f8eeaf1272d889bd to your computer and use it in GitHub Desktop.
Named Function Expression
<snippet>
<content>
<![CDATA[
var ${1:methodName} = function ${1:methodName}(${2:arguments}) {
${3}
};
]]>
</content>
<tabTrigger>fn</tabTrigger>
<scope>source.js</scope>
<description>NamedFxExpression</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment