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

Version Path
sproutit-sproutcore-1.0.0.20090720093355 frameworks/sproutcore/apps/tests/main.js
sproutit-sproutcore-1.0.0.20090720202429 frameworks/sproutcore/apps/tests/main.js
sproutit-sproutcore-1.0.0.20090721125122 frameworks/sproutcore/apps/tests/main.js
sproutit-sproutcore-1.0.126 frameworks/sproutcore/apps/tests/main.js
sproutit-sproutcore-1.0.20090721145251 frameworks/sproutcore/apps/tests/main.js
sproutit-sproutcore-1.0.20090721145280 frameworks/sproutcore/apps/tests/main.js
sproutit-sproutcore-1.0.20090721145281 frameworks/sproutcore/apps/tests/main.js
sproutit-sproutcore-1.0.20090721145282 frameworks/sproutcore/apps/tests/main.js
sproutit-sproutcore-1.0.203 frameworks/sproutcore/apps/tests/main.js