Fixed issue with parse in IE
parent
5c2f9a6aa7
commit
70916007ae
|
@ -3,4 +3,5 @@ TAGS
|
|||
_*
|
||||
.DS_Store
|
||||
node_modules
|
||||
playground
|
||||
playground
|
||||
*.svg
|
|
@ -2195,7 +2195,6 @@ Snap.parse = function (svg) {
|
|||
}
|
||||
}
|
||||
}
|
||||
div.innerHTML = E;
|
||||
return new Fragment(f);
|
||||
};
|
||||
function Fragment(frag) {
|
||||
|
|
Loading…
Reference in New Issue