| G | |
| getUserAgent, LazyLoad | |
| L | |
| load, LazyLoad | |
| loadOnce, LazyLoad | |
| R | |
| requestComplete, LazyLoad |
Populates the ua variable with user agent information.
function getUserAgent()
Loads the specified script(s) and runs the specified callback function when all scripts have been completely loaded.
load: function ( urls, callback, obj, scope )
Loads the specified script(s) only if they haven’t already been loaded and runs the specified callback function when loading is complete.
loadOnce: function ( urls, callback, obj, scope, force )
Handles callback execution and cleanup after a request is completed.
requestComplete: function ()