From ae15fdfe46245cfa75fef1f1983cd8009f43bf2f Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Wed, 25 Nov 2020 23:57:55 -0600 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 6a6acbe..70fc02a 100644 --- a/src/action-handler-directive.ts +++ b/src/action-handler-directive.ts @@ -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, () => {