Sha256: 222d93190b35219a8d5f120cecfea911af264c9cf85bde21fa452a37e4b5352e
Contents?: true
Size: 1.03 KB
Versions: 13
Compression:
Stored size: 1.03 KB
Contents
// ========================================================================== // Project: Greenhouse // Copyright: ©2010 Mike Ball // ========================================================================== /*globals Greenhouse bespin*/ // This is the function that will start your app running. The default // implementation will load any fixtures you have created then instantiate // your controllers and awake the elements on your page. // // As you develop your application you will probably want to override this. // See comments for some pointers on what to do next. // Greenhouse.main = function main() { // Step 1: Instantiate Your Views // The default code here will make the mainPane for your application visible // on screen. If you app gets any level of complexity, you will probably // create multiple pages and panes. Greenhouse.getPath('mainPage.mainPane').append() ; //start the state machine Greenhouse.targetsController.reload(); Greenhouse.startupStatechart(); } ; function main() { Greenhouse.main(); }
Version data entries
13 entries across 13 versions & 1 rubygems