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

Fix error not solved by last commit.

This commit is contained in:
Kris Maglione
2010-12-31 21:34:41 -05:00
parent 0d6e0a1d6b
commit 5438c7d61d

View File

@@ -1009,6 +1009,7 @@ var Options = Module("options", {
if (!option) {
context.message = "No such option: " + opt.name;
context.highlight(0, opt.name.length, "SPELLCHECK");
return;
}
context.advance(context.filter.indexOf("="));