Sha256: b28c1745187105f1d6a86a5a370b89fa8d015708a4953c28a22c8a52793e6edf

Contents?: true

Size: 642 Bytes

Versions: 27

Compression:

Stored size: 642 Bytes

Contents

// ==========================================================================
// Project:   SproutCore - JavaScript Application Framework
// Copyright: ©2006-2011 Strobe Inc. and contributors.
//            Portions ©2008-2011 Apple Inc. All rights reserved.
// License:   Licensed under MIT license (see license.js)
// ==========================================================================
/*globals TestControls */

TestControls.main = function main() {
  TestControls.getPath('mainPage.mainPane').append() ;
  TestControls.categoriesController.set("content", TestControls.rootCategory);
} ;

function main() { TestControls.main(); }

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
sproutcore-1.6.0.beta.2-java lib/frameworks/sproutcore/apps/test_controls/main.js
sproutcore-1.6.0.beta.2 lib/frameworks/sproutcore/apps/test_controls/main.js
sproutcore-1.6.0.beta.1 lib/frameworks/sproutcore/apps/test_controls/main.js
sproutcore-1.5.0-java lib/frameworks/sproutcore/apps/test_controls/main.js
sproutcore-1.5.0 lib/frameworks/sproutcore/apps/test_controls/main.js
sproutcore-1.5.0.rc.2 lib/frameworks/sproutcore/apps/test_controls/main.js
sproutcore-1.5.0.rc.1 lib/frameworks/sproutcore/apps/test_controls/main.js