mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
chore(): fix linter issues
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user