Improve docs; explicitly mention that this transform is *in place*

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7674 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2008-08-01 22:09:20 +00:00
parent 9588f25ce5
commit ba561a9fb5

View File

@@ -114,7 +114,8 @@ OpenLayers.LonLat = OpenLayers.Class({
/**
* APIMethod: transform
* Transform the LonLat object from source to dest.
* Transform the LonLat object from source to dest. This transformation is
* *in place*: if you want a *new* lonlat, use .clone() first.
*
* Parameters:
* source - {<OpenLayers.Projection>} Source projection.