Skip to content

Commit

Permalink
fix(navigation): ts2.4 compatibility
Browse files Browse the repository at this point in the history
Closes #12233. Closes #12235
  • Loading branch information
RoopeHakulinen authored and mhartington committed Jul 10, 2017
1 parent ad25cd1 commit 08be9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigation/nav-controller-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ export class NavControllerBase extends Ion implements NavController {
content && content.resize();
}

goToRoot(_opts: NavOptions) {
goToRoot(_opts: NavOptions): Promise<any> {
return Promise.reject(new Error('goToRoot needs to be implemented by child class'));
}

Expand Down

0 comments on commit 08be9dc

Please sign in to comment.