From e221a6acd62db7ba6afe1569cbdc98258dee1413 Mon Sep 17 00:00:00 2001 From: euzuro Date: Fri, 31 Aug 2007 10:58:40 +0000 Subject: [PATCH] coding standards. missing ; git-svn-id: http://svn.openlayers.org/trunk/openlayers@4151 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/BaseTypes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -} +}; /*********************