Sha256: 35cc18c44cdf61190e920a7edf208c99e5c3abfac47b0b4921977787732d7a6e
Contents?: true
Size: 733 Bytes
Versions: 30
Compression:
Stored size: 733 Bytes
Contents
// ========================================================================== // Project: Welcome // Copyright: ©2011 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
30 entries across 30 versions & 1 rubygems