add comment

This commit is contained in:
2023-09-05 20:36:32 -07:00
parent 572ab8a917
commit 43176fcf90

View File

@ -102,7 +102,7 @@ function create_id() {
return ID; return ID;
} }
if (typeof module === "undefined") { if (typeof module === "undefined") { //if this is running in the browser, it doesn't need the module.exports.
var module = new Object(); var module = new Object();
} }