Skip to content

Instantly share code, notes, and snippets.

@manobi
Created April 3, 2013 18:01
Show Gist options
  • Save manobi/5303600 to your computer and use it in GitHub Desktop.
Save manobi/5303600 to your computer and use it in GitHub Desktop.
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