Fixed issue with parse in IE
parent
5c2f9a6aa7
commit
70916007ae
|
@ -4,3 +4,4 @@ _*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules
|
node_modules
|
||||||
playground
|
playground
|
||||||
|
*.svg
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue