Skip to content

Commit

Permalink
noCloneTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Oct 27, 2018
1 parent a784781 commit 2a25818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mixins/element-mixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@
let t = document.createElement('template');
t.innerHTML = template;
template = t;
} else {
template = template.cloneNode(true);
// } else {
// template = template.cloneNode(true);
}
}

Expand Down

0 comments on commit 2a25818

Please sign in to comment.