Remove debugger statement. woops.

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1991 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2011-02-10 04:11:19 +00:00
parent 45a26c1602
commit f69f89659f
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ svgedit.units.convertToNum = function(attr, val) {
// Parameters: // Parameters:
// attr - String with the name of the attribute associated with the value // attr - String with the name of the attribute associated with the value
// val - String with the attribute value to check // val - String with the attribute value to check
svgedit.units.isValidUnit = function(attr, val) {debugger; svgedit.units.isValidUnit = function(attr, val) {
var valid = false; var valid = false;
if(unit_attrs.indexOf(attr) >= 0) { if(unit_attrs.indexOf(attr) >= 0) {
// True if it's just a number // True if it's just a number