Update parser.js

Forgot one variable.
This commit is contained in:
Andrea Bogazzi 2014-08-16 16:26:08 +02:00
parent 98b4bdccaf
commit 2fe200e178

View file

@ -666,7 +666,7 @@
gradientDefs[id] = el;
}
for (id in postProcess) {
for (id in idsToXlinkMap) {
var el2 = gradientDefs[idsToXlinkMap[id]].cloneNode(true);
el = gradientDefs[id];
while (el2.firstChild) {