Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit b1b6dbd

Browse files
author
Steven Orvell
committed
[ci-skip] Fix comments
1 parent 0f366e5 commit b1b6dbd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webcomponents-loader.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
polyfills = ['lite'];
3232
}
3333

34-
// NOTE: we stub HTMLImports to enable WCT to wait for "WebComponentsReady" event.
3534
if (polyfills.length) {
3635
var script = document.querySelector('script[src*="' + name +'"]');
3736
var newScript = document.createElement('script');
@@ -55,7 +54,6 @@
5554

5655
var fire = function() {
5756
requestAnimationFrame(function() {
58-
// Reset the HTMLImports stub.
5957
document.dispatchEvent(new CustomEvent('WebComponentsReady', {bubbles: true}));
6058
});
6159
};

0 commit comments

Comments
 (0)