1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 06:58:00 +01:00

Argh. Fix incomplete commit.

This commit is contained in:
Kris Maglione
2011-10-04 03:08:00 -04:00
parent 3693c79f13
commit b98c2e0906

View File

@@ -1381,7 +1381,7 @@ var CommandLine = Module("commandline", {
if (this.context.waitingForTab || this.wildIndex == -1) if (this.context.waitingForTab || this.wildIndex == -1)
this.complete(true, true); this.complete(true, true);
this.wildtypes = wildmode; this.wildtypes = wildmode || options["wildmode"];
let count = Math.abs(offset); let count = Math.abs(offset);
let steps = Math.constrain(this.wildtypes.length - this.wildIndex, let steps = Math.constrain(this.wildtypes.length - this.wildIndex,
1, count); 1, count);