Sha256: 74744129520dace7687b0062f3f83a8373a5a68ed7913dfab67b51d9724ffd37
Contents?: true
Size: 927 Bytes
Versions: 7
Compression:
Stored size: 927 Bytes
Contents
// ========================================================================== // Project: TestRunner // Copyright: ©2009 Apple Inc. // ========================================================================== /*globals TestRunner */ // 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. // TestRunner.main = function main() { // setup views TestRunner.getPath('mainPage.mainPane').append() ; TestRunner.makeFirstResponder(TestRunner.START); // load initial data //var targets = TestRunner.store.findAll(CoreTools.Target); //TestRunner.targetsController.set('content', targets); } ; function main() { TestRunner.main(); }
Version data entries
7 entries across 7 versions & 1 rubygems