Skip to content

Commit

Permalink
address feedback from @sorvell
Browse files Browse the repository at this point in the history
  • Loading branch information
gronke committed Nov 3, 2016
1 parent 3f30a44 commit e3e408a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion test/unit/dynamic-import.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
var imprt = Polymer.Base.importHref(url);

var onLoad = function() {
document.removeEventListener('load', onLoad);
imprt.removeEventListener('load', onLoad);
Polymer.Base.importHref(url, function() {
done();
});
Expand Down
24 changes: 0 additions & 24 deletions test/unit/dynamic-imports/dynamic-once.html

This file was deleted.

0 comments on commit e3e408a

Please sign in to comment.