diff --git a/common/content/dactyl.js b/common/content/dactyl.js index cb088ea5..4a6a7636 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -1895,7 +1895,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { context.completions = ( Object.entries(config.dialogs) - .map(([key, val]) => [k, v[0], v[2]])); + .map(([k, v]) => [k, v[0], v[2]])); }; completion.menuItem = function menuItem(context) {