chore(): tslint checks

This commit is contained in:
Manu Mtz.-Almeida
2018-09-06 21:49:28 +02:00
parent abc9afcc35
commit 4876df928d
19 changed files with 61 additions and 26 deletions

View File

@ -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 {