From f185489b1b3c738985d17307b94dc76eed111c50 Mon Sep 17 00:00:00 2001 From: Maddison Hellstrom Date: Thu, 19 Nov 2020 18:38:14 -0800 Subject: [PATCH] [source:misc] change comment wording --- actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions.js b/actions.js index afad164..69b452c 100644 --- a/actions.js +++ b/actions.js @@ -97,7 +97,7 @@ actions.showSpeedReader = () => { // ---------------------------- actions.createHint = (selector, action) => () => { if (typeof action === "undefined") { - // Use manual reassignment rather than default arg so that we can pre-compile without access + // Use manual reassignment rather than a default arg so that we can lint/bundle without access // to the Hints object action = Hints.dispatchMouseClick // eslint-disable-line no-param-reassign }