correct comment/JSDOC
git-svn-id: http://svn.openlayers.org/trunk/openlayers@643 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user