Defines hooks to assist with module initialization.
This module defines 2 methods for client modules to attach callbacks:
These are not jQuery events. Each method is similar to $(document).ready in that it will call the handler immediately if brackets is already done loading.
Adds a callback for the ready hook. Handlers are called after htmlReady is done, the initial project is loaded, and all extensions are loaded.