IE doesn't support normalize

This commit is contained in:
Simon Kornblith 2013-04-15 15:15:01 -04:00
parent 80b10184b0
commit bafad27311

View File

@ -2307,7 +2307,7 @@ Zotero.Translate.IO = {
throw "DOMParser error: loading data into data store failed";
}
nodes.normalize();
if("normalize" in nodes) nodes.normalize();
return nodes;
},