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

@@ -124,7 +124,7 @@ declare module "application" {
/**
* Call this method to start the application. Important: All code after this method call will not be executed!
*/
export function start();
export function start(entry?: frame.NavigationEntry);
/**
* The main entry point event. This method is expected to use the root frame to navigate to the main application page.