mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(): fix linter issues
This commit is contained in:
@ -36,6 +36,7 @@ export function startHardwareBackButton(win: Window) {
|
||||
});
|
||||
const result = handler!();
|
||||
if (result) {
|
||||
// tslint:disable-next-line:no-floating-promises
|
||||
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;
|
||||
|
||||
|
Reference in New Issue
Block a user