coding standards. missing ;
git-svn-id: http://svn.openlayers.org/trunk/openlayers@4151 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -136,7 +136,7 @@ Number.prototype.limitSigDigs = function(sig) {
|
|||||||
numStr = Math.round( this / Math.pow(10, exp)) * Math.pow(10, exp);
|
numStr = Math.round( this / Math.pow(10, exp)) * Math.pow(10, exp);
|
||||||
}
|
}
|
||||||
return parseInt(numStr);
|
return parseInt(numStr);
|
||||||
}
|
};
|
||||||
|
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
|
|||||||
Reference in New Issue
Block a user