Sha256: b9c9764aaf2f7ed86455eb6a32986656586bedc3c0717591ed898d3e78a97ba7
Contents?: true
Size: 730 Bytes
Versions: 11
Compression:
Stored size: 730 Bytes
Contents
// ========================================================================== // Project: Welcome // Copyright: ©2011 Apple Inc. // ========================================================================== /*global 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
11 entries across 11 versions & 1 rubygems