Created
April 3, 2013 18:01
-
-
Save manobi/5303600 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
require(["helper/util"], function(util) { | |
//This function is called when scripts/helper/util.js is loaded. | |
//If util.js calls define(), then this function is not fired until | |
//util's dependencies have loaded, and the util argument will hold | |
//the module value for "helper/util". | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment