diff --git a/lib/OpenLayers/BaseTypes.js b/lib/OpenLayers/BaseTypes.js index ccaf6728c1..c4c2976bac 100644 --- a/lib/OpenLayers/BaseTypes.js +++ b/lib/OpenLayers/BaseTypes.js @@ -136,7 +136,7 @@ Number.prototype.limitSigDigs = function(sig) { numStr = Math.round( this / Math.pow(10, exp)) * Math.pow(10, exp); } return parseInt(numStr); -} +}; /*********************