mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
chore(tslint): disable 'no-floating-promises'
This commit is contained in:
@ -281,7 +281,6 @@ export class VirtualScroll {
|
||||
}
|
||||
};
|
||||
if (node && node.componentOnReady) {
|
||||
// tslint:disable-next-line:no-floating-promises
|
||||
node.componentOnReady().then(update);
|
||||
} else {
|
||||
update();
|
||||
|
Reference in New Issue
Block a user