From f80e8d9af7daff4d0e05cd560fda943775e49e30 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Wed, 13 May 2020 22:38:47 -0500 Subject: [PATCH] lint --- src/action-handler-directive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/action-handler-directive.ts b/src/action-handler-directive.ts index f61db5e..f97400d 100644 --- a/src/action-handler-directive.ts +++ b/src/action-handler-directive.ts @@ -48,7 +48,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, () => {