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 9a6360c commit 3eb6336
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 @@ -118,7 +118,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 3eb6336

Please sign in to comment.