forked from Netflix/Lipstick
-
Notifications
You must be signed in to change notification settings - Fork 0
Main
John Lee edited this page Jun 19, 2013
·
7 revisions
This component is responsible for the initialization of objects, the main graph page, and creates an object called Main.
All Main properties are stored in an object called Main.options
- Main.options.modalDefaults
- Type: Object
- Contains default values for a modal
- Main.displayModal(options)
- Add and display a modal.
- @param {Object} options The options for the modal
- Main.initialize()
- Initialize the object.
- Main.startListeners()
- Start listening to custom events.
- loadGraphModel.tossboss-graph-model