Sha256: 9e1f98cd2d58cc80be09d72575984d60395fd65b94d95eb7e94cfc91562bac0f
Contents?: true
Size: 1.04 KB
Versions: 3
Compression:
Stored size: 1.04 KB
Contents
// ========================================================================== // Project: Showcase // Copyright: @2012 My Company, Inc. // ========================================================================== /*globals Showcase */ // 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. // Showcase.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. Showcase.getPath('mainPage.mainPane').append(); Showcase.sourceTreeController.set('content', Showcase.sources); SC.routes.add(':section/:key', Showcase, Showcase.route); }; function main() { Showcase.main(); }
Version data entries
3 entries across 3 versions & 1 rubygems