mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
eslint: Enable prefer-arrow-callback.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
960174408f
commit
a79322bc94
@@ -202,7 +202,7 @@ function mark_client_active() {
|
||||
}
|
||||
|
||||
exports.initialize = function () {
|
||||
$("html").on("mousemove", function () {
|
||||
$("html").on("mousemove", () => {
|
||||
exports.new_user_input = true;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user