correct comment/JSDOC

git-svn-id: http://svn.openlayers.org/trunk/openlayers@643 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-06-21 12:48:44 +00:00
parent 823d2ddedd
commit e9bc79203b

View File

@@ -203,7 +203,7 @@ OpenLayers.LonLat.prototype = {
*
* @return A new OpenLayers.LonLat object with the lon and lat passed-in
* added to this's.
* @type OpenLayers.Pixel
* @type OpenLayers.LonLat
*/
add:function(lon, lat) {
return new OpenLayers.LonLat(this.lon + lon, this.lat + lat);