From 2a258182bf6ca483401d7745a9dd4f67eb0221ea Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Fri, 26 Oct 2018 18:08:13 -0700 Subject: [PATCH] noCloneTemplate --- lib/mixins/element-mixin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mixins/element-mixin.html b/lib/mixins/element-mixin.html index c75a89c3..8187decf 100644 --- a/lib/mixins/element-mixin.html +++ b/lib/mixins/element-mixin.html @@ -314,8 +314,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN let t = document.createElement('template'); t.innerHTML = template; template = t; - } else { - template = template.cloneNode(true); + // } else { + // template = template.cloneNode(true); } }