mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 21:48:30 +00:00
eslint: change no-plusplus from warning to 2 and fix violations.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
}, function () {
|
||||
var i;
|
||||
initialized = true;
|
||||
for (i=0; i<callbacks.length; i++) {
|
||||
for (i=0; i<callbacks.length; i += 1) {
|
||||
callbacks[i]();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user