Fix bad cut

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2443 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2013-02-20 15:37:25 +00:00
parent 59130ed555
commit fb0879e74c

View File

@@ -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
//