Skip to content

Commit 4ebb1da

Browse files
committed
add explanation comment for utils function
Signed-off-by: Najam Ul Saqib <najamulsaqib@tutamail.com>
1 parent 3da26db commit 4ebb1da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/zapHomeFiles/hud/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class NoClientIdError extends Error {}
1515

1616
/* exported utils */
1717

18+
// Here utils is using an IIFE so that it is executed as soon as the file is loaded.
1819
const utils = (function () {
1920
/*
2021
* Utility Functions

0 commit comments

Comments
 (0)