Sha256: 0e3717f8ca61577930f0487ee76805b9959f4d7d01fe67444801f426fcdfe94c
Contents?: true
Size: 948 Bytes
Versions: 9
Compression:
Stored size: 948 Bytes
Contents
// ========================================================================== // Project: TestRunner // Copyright: ©2009 My Company, 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() ; //debugger; TestRunner.makeFirstResponder(TestRunner.START); // load initial data //var targets = TestRunner.store.findAll(TestRunner.Target); //TestRunner.targetsController.set('content', targets); } ; function main() { TestRunner.main(); }
Version data entries
9 entries across 9 versions & 1 rubygems