1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 13:15:47 +01:00

Cleanup/fix buffer.shiftFrameFocus. Other misc cleanup/fixes.

This commit is contained in:
Kris Maglione
2010-11-14 22:17:17 -05:00
parent 8ac3b09255
commit 2518a3423f
7 changed files with 38 additions and 60 deletions

View File

@@ -150,7 +150,7 @@ const Dactyl = Module("dactyl", {
}
else {
highlight.highlightNode(document.documentElement, "Bell");
util.timeout(function () { document.documentElement.removeAttributeNS(NS, "highlight"); }, 20);
util.timeout(function () { document.documentElement.removeAttributeNS(NS, "highlight"); }, 5);
}
}
else {
@@ -1268,7 +1268,7 @@ const Dactyl = Module("dactyl", {
}
});
options.add(["urlseparator", "us"],
options.add(["urlseparator", "urlsep", "us"],
"Set the separator regexp used to separate multiple URL args",
"string", "\\|");