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 0df0743 commit 07c1cb1Copy full SHA for 07c1cb1
dashhd.js
@@ -662,7 +662,7 @@ var DashHd = ("object" === typeof module && exports) || {};
662
DashHd.HARDENED_OFFSET = HARDENED_OFFSET;
663
664
// @ts-ignore
665
- window.DashHd = DashHd
+ window.DashHd = DashHd;
666
})(("object" === typeof window && window) || {}, DashHd);
667
if ("object" === typeof module) {
668
module.exports = DashHd;
0 commit comments