Skip to content

Commit 08be9dc

Browse files
RoopeHakulinenmhartington
authored andcommitted
fix(navigation): ts2.4 compatibility
Closes #12233. Closes #12235
1 parent ad25cd1 commit 08be9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navigation/nav-controller-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ export class NavControllerBase extends Ion implements NavController {
11741174
content && content.resize();
11751175
}
11761176

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

0 commit comments

Comments
 (0)