mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
chore(tslint): disable 'no-floating-promises'
This commit is contained in:
@ -42,7 +42,6 @@ export class ViewController {
|
||||
const element = this.element;
|
||||
if (element) {
|
||||
if (this.delegate) {
|
||||
// tslint:disable-next-line:no-floating-promises
|
||||
this.delegate.removeViewFromDom(element.parentElement, element);
|
||||
} else {
|
||||
element.remove();
|
||||
|
||||
Reference in New Issue
Block a user