chore(tslint): fix noImplicitAny errors

This commit is contained in:
Adam Bradley
2016-05-31 18:40:29 -05:00
parent f14e2dc04b
commit 03f4511635
21 changed files with 92 additions and 93 deletions

View File

@ -147,7 +147,7 @@ export class InfiniteScroll {
_content.addCssClass('has-infinite-scroll');
}
private _onScroll(ev) {
private _onScroll() {
if (this.state === STATE_LOADING || this.state === STATE_DISABLED) {
return 1;
}