Fixing typo and documentation mistakes. No functional changes.

This commit is contained in:
Pierre GIRAUD
2012-01-13 17:12:14 +01:00
parent 78714f6de4
commit a719de7e93
+3 -3
View File
@@ -25,9 +25,9 @@ OpenLayers.Control.Geolocate = OpenLayers.Class(OpenLayers.Control, {
/** /**
* Supported event types: * Supported event types:
* - *locationupdated* Triggered when browser return a new position. Listeners will * - *locationupdated* Triggered when browser return a new position. Listeners will
* receive an object with a 'position' property which is the lon lat position, as * receive an object with a 'position' property which is the browser.geolocation.position
* well as a 'point' property which the is location transform in the current map * native object, as well as a 'point' property which is the location transformed in the
* projection. * current map projection.
* - *locationfailed* Triggered when geolocation has failed * - *locationfailed* Triggered when geolocation has failed
* - *locationuncapable* Triggered when control is activated on a browser * - *locationuncapable* Triggered when control is activated on a browser
* which doesn't support geolocation * which doesn't support geolocation