Skip to content

Commit

Permalink
fix(launchnavigator): bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Mar 28, 2016
1 parent ed14d87 commit 4ead1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/launchnavigator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class LaunchNavigator {
})
static navigate(
destination: any,
start?: any = null,
start: any = null,
options?: launchNavigatorOptions
): Promise<any> { return }

Expand Down

0 comments on commit 4ead1ae

Please sign in to comment.