waitForDOMReadyprivate
Automatically kick-off the boot process for the application once the DOM has become ready.
The initialization itself is scheduled on the actions queue which ensures that code-loading finishes before booting.
If you are asynchronously loading code, you should call deferReadiness()
to defer booting, and then call advanceReadiness()
once all of your code has finished loading.
Please login to continue.