Fixed issue with parse in IE

master
baranovs 2014-08-05 09:52:27 +10:00
parent 5c2f9a6aa7
commit 70916007ae
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ _*
.DS_Store
node_modules
playground
*.svg

View File

@ -2195,7 +2195,6 @@ Snap.parse = function (svg) {
}
}
}
div.innerHTML = E;
return new Fragment(f);
};
function Fragment(frag) {