Fix Safari

Revision 1380 of SVG-Edit broke Safari.
Revert the problematic change.
This commit is contained in:
Jacques Distler 2010-02-13 14:15:55 -06:00
parent d503100fe9
commit 620bb2a1f7

View file

@ -1,4 +1,4 @@
/*
/*
* svgcanvas.js
*
* Licensed under the Apache License, Version 2
@ -5615,7 +5615,7 @@ function BatchCommand(text) {
} catch(e) { console.log(e); }
}
}
deepdive(svgcontent);
if(!isWebkit) {deepdive(svgcontent);}
var content = $(svgcontent);