Modules (188)

Global

Description

Initializes the global "brackets" variable and it's properties. Modules should not access the global.brackets object until either (a) the module requires this module, i.e. require("utils/Global") or (b) the module receives a "appReady" callback from the utils/AppReady module.

Dependencies