chore(): fix linter issues

This commit is contained in:
Manu Mtz.-Almeida
2018-09-04 01:11:35 +02:00
parent 4ccbefa4c6
commit 1d56dc713c
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ export function startHardwareBackButton(win: Window) {
}); });
const result = handler!(); const result = handler!();
if (result) { if (result) {
// tslint:disable-next-line:no-floating-promises
result.then(() => busy = false); result.then(() => busy = false);
} }
} }

View File

@ -1,4 +1,4 @@
import { AnimationBuilder, HTMLIonOverlayElement, IonicConfig, OverlayInterface, BackButtonEvent } from '../interface'; import { AnimationBuilder, BackButtonEvent, HTMLIonOverlayElement, IonicConfig, OverlayInterface } from '../interface';
let lastId = 0; let lastId = 0;