mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-19 01:14:44 -05:00
noCloneTemplate
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user