Skip to content

Instantly share code, notes, and snippets.

@begriffs
Created May 31, 2013 16:34
Show Gist options
  • Select an option

  • Save begriffs/5686174 to your computer and use it in GitHub Desktop.

Select an option

Save begriffs/5686174 to your computer and use it in GitHub Desktop.
Using your module in AMD
require(['my-module'], function (MyModule) {
var mod = new MyModule();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment