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

Fix some of the more horrendous editor.js code.

--HG--
extra : rebase_source : 1675c92e880249d90a59576291254724fb863c4e
This commit is contained in:
Kris Maglione
2011-10-04 06:32:30 -04:00
parent f294668ad2
commit 8795c093f1
4 changed files with 140 additions and 119 deletions

View File

@@ -76,7 +76,7 @@ var Modes = Module("modes", {
selection.collapseToStart();
}
else if (stack.pop)
editor.unselectText();
editor.deselectText();
}
});
this.addMode("CARET", {
@@ -670,7 +670,7 @@ var Modes = Module("modes", {
options.add(["passunknown", "pu"],
"Pass through unknown keys in these modes",
"stringlist", "!text_edit,base",
"stringlist", "!text_edit,!visual,base",
opts);
options.add(["showmode", "smd"],