Sha256: a3fd090bf2b6a8d2d819d364446fe8e5d24ea1386b4937e431cf08bc50d4d1b4

Contents?: true

Size: 733 Bytes

Versions: 23

Compression:

Stored size: 733 Bytes

Contents

// ==========================================================================
// Project:   Welcome
// Copyright: ©2009 Apple Inc.
// ==========================================================================
/*globals Welcome */

// 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.
//
Welcome.main = function main() {
  Welcome.getPath('mainPage.mainPane').append() ;
  Welcome.targetsController.reload();
} ;

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
sproutcore-1.0.1009 frameworks/sproutcore/apps/welcome/main.js
sproutcore-1.0.1008 frameworks/sproutcore/apps/welcome/main.js
sproutcore-1.0.1003 frameworks/sproutcore/apps/welcome/main.js