fluid.registerNamespace(naimspace, env)
Notes
This function can be used to ensure that a namespace exists before adding functions to it. If the namespace already exists, it will be returned.
Example
This example registers the fluid.expander namespace before adding the makeDefaultFetchOptions() function to it.
Example
This example uses the returned namespace to define the function testFunc(). This function can then be invoked as fluid.engage.mccord.testFunc().
Labels:
None