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