add comment -- limitSigDig only works with integers... for now
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1009 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -707,7 +707,8 @@ Array.prototype.indexOf = function(element) {
|
|||||||
return index;
|
return index;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/** NOTE: Works only with integer values does *not* work with floats!
|
||||||
|
*
|
||||||
* @param {int} sig
|
* @param {int} sig
|
||||||
*
|
*
|
||||||
* @returns The number, rounded to the specified number of significant digits.
|
* @returns The number, rounded to the specified number of significant digits.
|
||||||
|
|||||||
Reference in New Issue
Block a user