Skip to content

Commit 07c1cb1

Browse files
author
AJ ONeal
committed
chore: add missing semi
1 parent 0df0743 commit 07c1cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashhd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ var DashHd = ("object" === typeof module && exports) || {};
662662
DashHd.HARDENED_OFFSET = HARDENED_OFFSET;
663663

664664
// @ts-ignore
665-
window.DashHd = DashHd
665+
window.DashHd = DashHd;
666666
})(("object" === typeof window && window) || {}, DashHd);
667667
if ("object" === typeof module) {
668668
module.exports = DashHd;

0 commit comments

Comments
 (0)