UNPKG

blossom

Version:

Modern, Cross-Platform Application Framework

18 lines (14 loc) 596 B
// ========================================================================== // Project: Blossom - Modern, Cross-Platform Application Framework // Copyright: ©2012 Fohr Motion Picture Studios. All rights reserved. // License: Licensed under the GPLv3 license (see BLOSSOM-LICENSE). // ========================================================================== /*global WidgetDemo */ sc_require('tabs'); SC.ENABLE_CSS_TRANSITIONS = false; function main() { WidgetDemo.setUpControls(); WidgetDemo.setUpButtons(); WidgetDemo.setUpTabs(); SC.app.set('ui', WidgetDemo.tabsSurface); }