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

3
.gitignore vendored
View File

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

View File

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