changed mainModule to start(entry)

This commit is contained in:
Vladimir Enchev
2016-01-19 17:02:06 +02:00
parent 97738bd45e
commit d05426c22d
43 changed files with 49 additions and 89 deletions

View File

@@ -5,8 +5,5 @@ fps.addCallback(function (fps, minFps) {
});
fps.start();
// Set the start module for the application
application.mainModule = "main-page";
// Start the application
application.start();
application.start({ moduleName: "main-page" });