chore(interface): update componentOnReady() and overlay interface

This commit is contained in:
Adam Bradley
2018-05-25 13:43:06 -05:00
parent 373a97283f
commit 9559f5e42d
15 changed files with 44 additions and 36 deletions

View File

@ -9,7 +9,7 @@ export class InfiniteScroll {
private thrPx = 0;
private thrPc = 0;
private scrollEl?: HTMLIonScrollElement;
private scrollEl?: HTMLIonScrollElement | null;
private didFire = false;
private isBusy = false;