Sha256: 53b198320b10389954627069550711a4047f2634afc3e0faac303908b5a5d9ac
Contents?: true
Size: 733 Bytes
Versions: 18
Compression:
Stored size: 733 Bytes
Contents
// ========================================================================== // Project: Welcome // Copyright: ©2010 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
18 entries across 18 versions & 2 rubygems