mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-19 01:14:44 -05:00
Null the links when unbinding.
This commit is contained in:
@@ -2246,6 +2246,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
if (this.__templateInfoLast == templateInfo) {
|
||||
this.__templateInfoLast = templateInfo.previousTemplateInfo;
|
||||
}
|
||||
templateInfo.previousTemplateInfo = templateInfo.nextTemplateInfo = null;
|
||||
// Remove stamped nodes
|
||||
let nodes = templateInfo.childNodes;
|
||||
for (let i=0; i<nodes.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user