Sha256: 39cc3dfcee3b6c101b165e5febb0880005bb458a6eec6c64644bb8f629c61dd7

Contents?: true

Size: 941 Bytes

Versions: 16

Compression:

Stored size: 941 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() ;

  //debugger;
  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

16 entries across 16 versions & 1 rubygems

Version Path
sproutcore-1.0.1046 frameworks/sproutcore/apps/tests/main.js
sproutcore-1.0.1043 frameworks/sproutcore/apps/tests/main.js
sproutcore-1.0.1042 frameworks/sproutcore/apps/tests/main.js
sproutcore-1.0.1037 frameworks/sproutcore/apps/tests/main.js
sproutcore-1.0.1035 frameworks/sproutcore/apps/tests/main.js
sproutcore-1.0.1031 frameworks/sproutcore/apps/tests/main.js
sproutcore-1.0.1030 frameworks/sproutcore/apps/tests/main.js
sproutcore-1.0.1029 frameworks/sproutcore/apps/tests/main.js
sproutcore-1.0.1027 frameworks/sproutcore/apps/tests/main.js
sproutcore-1.0.1028 frameworks/sproutcore/apps/tests/main.js
sproutcore-1.0.1026 frameworks/sproutcore/apps/tests/main.js
sproutcore-1.0.1025 frameworks/sproutcore/apps/tests/main.js
sproutcore-1.0.1024 frameworks/sproutcore/apps/tests/main.js
sproutcore-1.0.1009 frameworks/sproutcore/apps/tests/main.js
sproutcore-1.0.1008 frameworks/sproutcore/apps/tests/main.js
sproutcore-1.0.1003 frameworks/sproutcore/apps/tests/main.js