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

@@ -3,5 +3,4 @@
// Remove this in the AppBuilder templates
application.cssFile = "./app.css"
application.mainModule = "main-page";
application.start();
application.start({ moduleName: "main-page" });