mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
chore(): tslint checks
This commit is contained in:
@ -436,7 +436,7 @@ export class Nav implements NavOutlet {
|
||||
}
|
||||
|
||||
private canGoBackSync(view = this.getActiveSync()): boolean {
|
||||
return !!(view && this.getPrevious(view));
|
||||
return !!(view && this.getPreviousSync(view));
|
||||
}
|
||||
|
||||
private getPreviousSync(view = this.getActiveSync()): ViewController | undefined {
|
||||
|
||||
Reference in New Issue
Block a user