From 02de42049ec59713a1b57d3a74dd313c133a220d Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Mon, 8 Jun 2009 12:55:55 +0000 Subject: [PATCH] Remove debug alert, woops git-svn-id: http://svg-edit.googlecode.com/svn/trunk@70 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svgcanvas.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index 7645ba7e..d2ee2d41 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -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 child