Skip to content

Instantly share code, notes, and snippets.

@creativeaura
Created March 7, 2012 12:07
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 creativeaura/1992752 to your computer and use it in GitHub Desktop.
Save creativeaura/1992752 to your computer and use it in GitHub Desktop.
Define RequireJs Module
// Use this as a quick template for future modules
define([
'jquery',
'underscore',
'backbone'
], function($, _, Backbone){
return {};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment