refactor(refresh): uses new UIEventManager

This commit is contained in:
Manu Mtz.-Almeida
2016-06-21 11:37:31 +02:00
parent 38ab17b0a8
commit 14b8049771
3 changed files with 57 additions and 82 deletions

View File

@ -170,6 +170,13 @@ export class Content extends Ion {
}
};
}
/**
* @private
*/
getScrollElement(): HTMLElement {
return this._scrollEle;
}
/**
* @private