diff --git a/common/content/events.js b/common/content/events.js index bac7c073..608a4a73 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -1105,7 +1105,7 @@ var Events = Module("events", { let candidates = mappings.getCandidates(this.main, command); if (candidates.length == 0 && !map) { - [map, command] = this.pendingMap || []; + [map] = this.pendingMap || []; this.pendingMap = null; if (map && map.arg) this.pendingArgMap = map;