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

RangeFind highlight cleanup stuff and stuff.

This commit is contained in:
Kris Maglione
2011-10-17 21:11:55 -04:00
parent 3ef14e8c3c
commit e75de734ed
4 changed files with 22 additions and 5 deletions

View File

@@ -291,7 +291,6 @@ var Modes = Module("modes", {
inSet: false,
// helper function to set both modes in one go
set: function set(mainMode, extendedMode, params, stack) {
var delayed, oldExtended, oldMain, prev, push;
@@ -628,7 +627,8 @@ var Modes = Module("modes", {
opts);
},
prefs: function initPrefs() {
prefs.watch("accessibility.browsewithcaret", function () modes.onCaretChange.apply(modes, arguments));
prefs.watch("accessibility.browsewithcaret",
function () { modes.onCaretChange.apply(modes, arguments) });
}
});