![]()
Wrapper of init() so that we only need to export this single
identifier instead of three. See method goog.module.Loader.init() for
explanation of param.
Arguments:
|
code » | ||||
Checks if the given element is null.
|
code » | ||||
Produces a function that delegates all its arguments to a
dynamically loaded function. This is used to export dynamically
loaded functions.
|
code » | ||||
![]()
Wrapper of goog.module.Loader.provide() for use in modules
See method goog.module.Loader.provide() for explanation of params.
Arguments:
|
code » | ||||
![]()
Wrapper of goog.module.Loader.require() for use in modules.
See method goog.module.Loader.require() for
explanation of params.
Arguments:
|
code » | ||||
![]()
Requires symbols for multiple modules, and invokes a final callback
on the condition that all of them are loaded. I.e. a barrier for
loading of multiple symbols. If no symbols are required, the
final callback is called immediately.
Arguments:
|
code » | ||||
![]()
Used by requireMultipleSymbols() to load each required symbol and
keep track how many are loaded, and finally invoke the barrier
callback when they are all done.
|
code » |