Skip to content

Instantly share code, notes, and snippets.

@nnance
Created September 16, 2014 22:13
Show Gist options
  • Save nnance/afdf90d4a07037971fb5 to your computer and use it in GitHub Desktop.
Save nnance/afdf90d4a07037971fb5 to your computer and use it in GitHub Desktop.
Simple AMD Module
define(optionalId, ['underscore', 'backbone'], function (_, Backbone) {
// Return a defined module
return function () {};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment