Skip to content

Commit

Permalink
lint!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
iantrich committed Nov 26, 2020
1 parent 2da2ee9 commit ae15fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action-handler-directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class ActionHandler extends HTMLElement implements ActionHandler {
this.appendChild(this.ripple);
this.ripple.primary = true;

['touchcancel', 'mouseout', 'mouseup', 'touchmove', 'mousewheel', 'wheel', 'scroll'].forEach((ev) => {
['touchcancel', 'mouseout', 'mouseup', 'touchmove', 'mousewheel', 'wheel', 'scroll'].forEach(ev => {
document.addEventListener(
ev,
() => {
Expand Down

0 comments on commit ae15fdf

Please sign in to comment.