mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
js: Use inside variant of IIFE wrappers.
Prettier would do this anyway, but it’s separated out for a more reviewable diff. Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
6924d501bc
commit
a20c12366f
@@ -68,7 +68,7 @@ Logger.prototype = (function () {
|
||||
}
|
||||
|
||||
return proto;
|
||||
}());
|
||||
})();
|
||||
|
||||
const logger = new Logger();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user