Core.Web
Library
Class Hierarchy:

Utilities for dynamically loading additional script libraries.

Descendant Class Summary
Core.Web.Library.Group
Core.Web.Library._Item

Class Method Summary
Public exec()
Loads required libraries and then executes a function.

Class Method Detail
exec
Loads required libraries and then executes a function. This is a convenience method for use by applications that automatically creates a Group and invokes the specified function once the libraries have loaded. This operation is asynchronous, this method will return before the specified function has been invoked. Any libraries which have already been loaded will NOT be re-loaded.
Parameters:
requiredLibraries (Array) - the URLs of the libraries which must be loaded before the function can execute
f (Function) - the function to execute