Sha256: 6fd57b441137e4c085fd427485b022fe792cca4d560ed7e653c3c38092a68479

Contents?: true

Size: 900 Bytes

Versions: 11

Compression:

Stored size: 900 Bytes

Contents

// ==========================================================================
// Project:   SproutCore - JavaScript Application Framework
// Copyright: ©2013 7x7 Software, Inc.
//            Portions ©2008-2011 Apple Inc. All rights reserved.
// License:   Licensed under MIT license (see license.js)
// ==========================================================================
/*global 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() {
  // Add the main pane.
  TestRunner.getPath('mainPage.mainPane').append();

};

function main() { TestRunner.main(); }

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sproutcore-1.11.0 lib/frameworks/sproutcore/apps/tests/main.js
sproutcore-1.11.0.rc3 lib/frameworks/sproutcore/apps/tests/main.js
sproutcore-1.11.0.rc2 lib/frameworks/sproutcore/apps/tests/main.js
sproutcore-1.11.0.rc1 lib/frameworks/sproutcore/apps/tests/main.js
sproutcore-1.10.3.1 lib/frameworks/sproutcore/apps/tests/main.js
sproutcore-1.10.2 lib/frameworks/sproutcore/apps/tests/main.js
sproutcore-1.10.1 lib/frameworks/sproutcore/apps/tests/main.js
sproutcore-1.10.0 lib/frameworks/sproutcore/apps/tests/main.js
sproutcore-1.10.0.rc.3 lib/frameworks/sproutcore/apps/tests/main.js
sproutcore-1.10.0.rc.2 lib/frameworks/sproutcore/apps/tests/main.js
sproutcore-1.10.0.rc.1 lib/frameworks/sproutcore/apps/tests/main.js