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

Commit 4d81bfa

Browse files
committed
Fix IE
1 parent c97d211 commit 4d81bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TemplateBinding.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
if (!isNative) {
359359
fixTemplateElementPrototype(templateElement);
360360
var doc = getTemplateContentsOwner(templateElement.ownerDocument);
361-
template.content_ = doc.createDocumentFragment();
361+
templateElement.content_ = doc.createDocumentFragment();
362362
}
363363

364364
if (opt_instanceRef) {

0 commit comments

Comments
 (0)