1
0
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:
Kris Maglione
2011-02-03 12:44:45 -05:00
parent e769c21566
commit 4116196a69

View File

@@ -487,7 +487,7 @@ var Modes = Module("modes", {
function () { events.feedkeys("<Esc>"); }); function () { events.feedkeys("<Esc>"); });
}, },
prefs: function () { prefs: function () {
prefs.watch("accessibility.browsewithcaret", modes.closure.onCaretChange); prefs.watch("accessibility.browsewithcaret", function () modes.onCaretChange.apply(modes, arguments));
} }
}); });