mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 18:27:59 +01:00
Replace expression closures (function expressions).
Expression closures are to be axed. See https://bugzil.la/1083458.
This commit is contained in:
@@ -649,7 +649,7 @@ var Modes = Module("modes", {
|
||||
},
|
||||
prefs: function initPrefs() {
|
||||
prefs.watch("accessibility.browsewithcaret",
|
||||
function () { apply(modes, "onCaretChange", arguments); });
|
||||
() => { apply(modes, "onCaretChange", arguments); });
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user