1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 16:47:59 +01:00

Fix some brokenness.

This commit is contained in:
Kris Maglione
2009-11-15 06:48:00 -05:00
parent ae3cf7b02c
commit 7ad0b06f4d
3 changed files with 3 additions and 3 deletions

View File

@@ -183,7 +183,7 @@ const CommandLine = Module("commandline", {
});
this.registerCallback("complete", modes.PROMPT, function (context) {
if (self._input.complete)
context.fork("input", 0, commandline, input.complete);
context.fork("input", 0, commandline, self._input.complete);
});
function cancelPrompt(value) {