Docs for Util.js incorrect documented parameter types.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5941 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2008-01-30 17:07:23 +00:00
parent 8276327d7f
commit 894589fe7c

View File

@@ -754,8 +754,8 @@ OpenLayers.Util.rad = function(x) {return x*Math.PI/180;};
* Function: distVincenty
*
* Parameters:
* p1 - {Float}
* p2 - {Float}
* p1 - {<OpenLayers.LonLat>} (or any object with both .lat, .lon properties)
* p2 - {<OpenLayers.LonLat>} (or any object with both .lat, .lon properties)
*
* Returns:
* {Float}