Skip to content

Commit 3b75893

Browse files
authored
Fix outerHTML reference for the tag (#1704)
1 parent d8554fb commit 3b75893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mgt/src/bundle/mgt-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
// tag.addEventListener("load", onload);
5353
// }
5454

55-
document.write(tag.outerHTML());
55+
document.write(tag.outerHTML);
5656
}
5757
})();

0 commit comments

Comments
 (0)