Skip to content

Commit d4dc03b

Browse files
committed
chore(*): removing left-over change
1 parent 2f3128a commit d4dc03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/directives/scroll-inertia/scroll_inertia.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class IgxScrollInertiaDirective implements OnInit, OnDestroy {
8282
if (!targetElem) {
8383
return;
8484
}
85-
targetElem.removeEventListener('wheel', this.onWheel, );
85+
targetElem.removeEventListener('wheel', this.onWheel);
8686
targetElem.removeEventListener('touchstart', this.onTouchStart);
8787
targetElem.removeEventListener('touchmove', this.onTouchMove);
8888
targetElem.removeEventListener('touchend', this.onTouchEnd);

0 commit comments

Comments
 (0)