We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da26db commit 4ebb1daCopy full SHA for 4ebb1da
src/main/zapHomeFiles/hud/utils.js
@@ -15,6 +15,7 @@ class NoClientIdError extends Error {}
15
16
/* exported utils */
17
18
+// Here utils is using an IIFE so that it is executed as soon as the file is loaded.
19
const utils = (function () {
20
/*
21
* Utility Functions
0 commit comments