[source:misc] change comment wording

This commit is contained in:
Maddison Hellstrom 2020-11-19 18:38:14 -08:00
parent 6464f04fed
commit f185489b1b
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ actions.showSpeedReader = () => {
// ---------------------------- // ----------------------------
actions.createHint = (selector, action) => () => { actions.createHint = (selector, action) => () => {
if (typeof action === "undefined") { 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 // to the Hints object
action = Hints.dispatchMouseClick // eslint-disable-line no-param-reassign action = Hints.dispatchMouseClick // eslint-disable-line no-param-reassign
} }