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

Commit c228afa

Browse files
committed
Add comment
1 parent bf15067 commit c228afa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/HTMLImports/parser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ var importParser = {
209209
}
210210
// dispatch a fake load event and continue parsing
211211
if (fakeLoad) {
212+
// Fire async, to prevent reentrancy
212213
setTimeout(function() {
213214
elt.dispatchEvent(new CustomEvent('load', {bubbles: false}));
214215
});

0 commit comments

Comments
 (0)