Class GSModule

Namespace for functions related to dynamically loadable modules.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
GSModule.isLoaded(name)
Tests if the named module is loaded
<static>  
GSModule.load(modules, callback)
Loads the specified modules.
Class Detail
GSModule()
Method Detail
<static> {boolean} GSModule.isLoaded(name)
Tests if the named module is loaded
Parameters:
{String} name
the name of the module to test
Returns:
{boolean} true if the named module is loaded

<static> GSModule.load(modules, callback)
Loads the specified modules.
Parameters:
{mixed} modules
the name of a module to load or an array of modules to be loaded
{Function} callback
function invoked when module loaded
Throws:
{Error}
if GSModule.load() is called while a pre-existing load operation is in effect

Documentation generated by JsDoc Toolkit 2.3.2 on Wed Mar 07 2012 11:47:29 GMT+1300 (NZDT)