mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(all): updated tslint rules to latest
This commit is contained in:
@ -92,7 +92,7 @@ export class InfiniteScroll {
|
||||
this.scrollEl = undefined;
|
||||
}
|
||||
|
||||
@Listen('scroll', {enabled: false})
|
||||
@Listen('scroll', { enabled: false })
|
||||
protected onScroll() {
|
||||
const scrollEl = this.scrollEl;
|
||||
if (!scrollEl || !this.canStart()) {
|
||||
|
Reference in New Issue
Block a user