From f69f89659f368abd66216135ab62e76d608a3038 Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Thu, 10 Feb 2011 04:11:19 +0000 Subject: [PATCH] Remove debugger statement. woops. git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1991 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/units.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/units.js b/editor/units.js index 8e782851..8be858cb 100644 --- a/editor/units.js +++ b/editor/units.js @@ -241,7 +241,7 @@ svgedit.units.convertToNum = function(attr, val) { // Parameters: // attr - String with the name of the attribute associated with the value // val - String with the attribute value to check -svgedit.units.isValidUnit = function(attr, val) {debugger; +svgedit.units.isValidUnit = function(attr, val) { var valid = false; if(unit_attrs.indexOf(attr) >= 0) { // True if it's just a number