Skip to content

Commit

Permalink
do not track status on failed imports
Browse files Browse the repository at this point in the history
addressing feedback from @cdata Polymer#4209
  • Loading branch information
gronke committed Dec 9, 2016
1 parent 7dcc7e7 commit b6fa244
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/standard/utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,6 @@
// In case of an error, remove the link from the document so that it
// will be automatically created again the next time `importHref` is
// called.
link.__loaded = true;
link.__error = true;
if(link.parentNode) {
document.head.removeChild(link);
}
Expand Down

0 comments on commit b6fa244

Please sign in to comment.