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 d8554fb commit 3b75893Copy full SHA for 3b75893
packages/mgt/src/bundle/mgt-loader.js
@@ -52,6 +52,6 @@
52
// tag.addEventListener("load", onload);
53
// }
54
55
- document.write(tag.outerHTML());
+ document.write(tag.outerHTML);
56
}
57
})();
0 commit comments