dojox.off.initialize
When an application has finished filling out the variables Dojo Offline needs to work, such as dojox.off.ui.appName, it must this method to tell Dojo Offline to initialize itself.
Note: This method is needed for a rare edge case. In some conditions, especially if we are dealing with a compressed Dojo build, the entire Dojo Offline subsystem might initialize itself and be running even before the JavaScript for an application has had a chance to run and configure Dojo Offline, causing Dojo Offline to have incorrect initialization parameters for a given app, such as no value for dojox.off.ui.appName. This method is provided to prevent this scenario, to slightly 'slow down' Dojo Offline so it can be configured before running off and doing its thing.