Remove debug alert, woops

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@70 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2009-06-08 12:55:55 +00:00
parent 60c266b7f8
commit 02de42049e
1 changed files with 0 additions and 2 deletions

View File

@ -129,9 +129,7 @@ function SvgCanvas(c)
selected = newSelected;
if (selected != null) {
try{
var bbox = selected.getBBox();
}catch(e) { alert(selected); }
// ideally we should create this element once during init, then remove from the DOM
// and re-append to end of documentElement. This will also allow us to do some
// interesting things like animate the stroke-dashoffset using a SMIL <animate> child