Skip to content

Instantly share code, notes, and snippets.

@gxcsoccer
Created January 10, 2013 18:17
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 gxcsoccer/4504426 to your computer and use it in GitHub Desktop.
Save gxcsoccer/4504426 to your computer and use it in GitHub Desktop.
seajs define function
define(function(require, exports, module) {
// The module code goes here
});
/** the full version **/
define(id, deps, function(require, exports, module) {
// The module code goes here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment