Skip to content

Commit

Permalink
add explanation comment for utils function
Browse files Browse the repository at this point in the history
Signed-off-by: Najam Ul Saqib <[email protected]>
  • Loading branch information
njmulsqb committed Jan 2, 2025
1 parent 3da26db commit 4ebb1da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/zapHomeFiles/hud/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class NoClientIdError extends Error {}

/* exported utils */

// Here utils is using an IIFE so that it is executed as soon as the file is loaded.
const utils = (function () {
/*
* Utility Functions
Expand Down

0 comments on commit 4ebb1da

Please sign in to comment.