CommonJS require call
Module to load
any
The loaded module
Start the main app logic. Callback is optional. Can alternatively use deps and callback.
Required modules to load.
Called when required modules are ready.
Called when required modules are ready.
Configure require.js
Returns true if the module has already been loaded and defined.
Module to check
boolean
On Error override
Semi-private function, overload in special instance of undef()
Returns true if the module has already been requested or is in the process of loading and should be available at some point.
Module to check
boolean
Generate URLs from require module
Module to URL
string
URL string
Undefine a module
Module to undefine.