Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Fix IE
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelw committed Aug 30, 2013
1 parent c97d211 commit 4d81bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TemplateBinding.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
if (!isNative) {
fixTemplateElementPrototype(templateElement);
var doc = getTemplateContentsOwner(templateElement.ownerDocument);
template.content_ = doc.createDocumentFragment();
templateElement.content_ = doc.createDocumentFragment();
}

if (opt_instanceRef) {
Expand Down

0 comments on commit 4d81bfa

Please sign in to comment.