From fb0879e74cd9af697eb816c49e4a48eb0df3478b Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Wed, 20 Feb 2013 15:37:25 +0000 Subject: [PATCH] Fix bad cut git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2443 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 0853a751..7f56d186 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -35,8 +35,6 @@ if (window.opera) { window.console.dir = function(str) {}; } -(function() { - // Class: SvgCanvas // The main SvgCanvas class that manages all SVG-related functions //