Skip to content

Instantly share code, notes, and snippets.

@junosuarez
Created August 20, 2012 17:07
Show Gist options
  • Save junosuarez/3405873 to your computer and use it in GitHub Desktop.
Save junosuarez/3405873 to your computer and use it in GitHub Desktop.
New AMD Module: Sublime Text snippet
<snippet>
<content><![CDATA[/*global define: false */
define(
[${1:'app', 'backbone', 'lodash'}],
function (${2:App, B, _}) {
'use strict';
${3}
});]]></content>
<tabTrigger>define</tabTrigger>
<scope>source.js</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment