Created
January 10, 2013 18:17
-
-
Save gxcsoccer/4504426 to your computer and use it in GitHub Desktop.
seajs define function
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
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