Created
August 20, 2012 17:07
-
-
Save junosuarez/3405873 to your computer and use it in GitHub Desktop.
New AMD Module: Sublime Text snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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