coding standards. missing ;

git-svn-id: http://svn.openlayers.org/trunk/openlayers@4151 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-08-31 10:58:40 +00:00
parent 254339705d
commit e221a6acd6

View File

@@ -136,7 +136,7 @@ Number.prototype.limitSigDigs = function(sig) {
numStr = Math.round( this / Math.pow(10, exp)) * Math.pow(10, exp);
}
return parseInt(numStr);
}
};
/*********************