mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 09:07:58 +01:00
Fix some brokenness.
This commit is contained in:
@@ -1049,7 +1049,7 @@ const Hints = Module("hints", {
|
||||
promptHighlight: "Normal",
|
||||
completer: function (context) {
|
||||
context.compare = function () 0;
|
||||
context.completions = [[k, v.prompt] for ([k, v] in Iterator(this._hintModes))];
|
||||
context.completions = [[k, v.prompt] for ([k, v] in Iterator(hints._hintModes))];
|
||||
},
|
||||
onChange: function () { modes.pop(); },
|
||||
onCancel: function (arg) { arg && setTimeout(function () hints.show(arg), 0); }
|
||||
|
||||
Reference in New Issue
Block a user