mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 19:47:59 +01:00
Hopefully fix load order bug.
This commit is contained in:
@@ -487,7 +487,7 @@ var Modes = Module("modes", {
|
||||
function () { events.feedkeys("<Esc>"); });
|
||||
},
|
||||
prefs: function () {
|
||||
prefs.watch("accessibility.browsewithcaret", modes.closure.onCaretChange);
|
||||
prefs.watch("accessibility.browsewithcaret", function () modes.onCaretChange.apply(modes, arguments));
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user