Fixed issue with parse in IE
parent
5c2f9a6aa7
commit
70916007ae
|
@ -4,3 +4,4 @@ _*
|
|||
.DS_Store
|
||||
node_modules
|
||||
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