Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki

This commit is contained in:
Jacques Distler 2010-02-13 14:17:54 -06:00
commit 96efec37cd

View file

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