mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
changed mainModule to start(entry)
This commit is contained in:
@@ -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" });
|
||||
Reference in New Issue
Block a user