Sha256: 420f563ee504d5bca71e5e8c12d8a22ddd3dafc0b8f2b284b787d836043b166b
Contents?: true
Size: 642 Bytes
Versions: 5
Compression:
Stored size: 642 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2011 Strobe Inc. and contributors. // Portions ©2008-2010 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
5 entries across 5 versions & 2 rubygems