From a719de7e9394640ea8a48c27bd441cc3fb2761e7 Mon Sep 17 00:00:00 2001 From: Pierre GIRAUD Date: Fri, 13 Jan 2012 17:12:14 +0100 Subject: [PATCH] Fixing typo and documentation mistakes. No functional changes. --- lib/OpenLayers/Control/Geolocate.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/OpenLayers/Control/Geolocate.js b/lib/OpenLayers/Control/Geolocate.js index e037533bf9..28b93bb062 100644 --- a/lib/OpenLayers/Control/Geolocate.js +++ b/lib/OpenLayers/Control/Geolocate.js @@ -25,9 +25,9 @@ OpenLayers.Control.Geolocate = OpenLayers.Class(OpenLayers.Control, { /** * Supported event types: * - *locationupdated* Triggered when browser return a new position. Listeners will - * receive an object with a 'position' property which is the lon lat position, as - * well as a 'point' property which the is location transform in the current map - * projection. + * receive an object with a 'position' property which is the browser.geolocation.position + * native object, as well as a 'point' property which is the location transformed in the + * current map projection. * - *locationfailed* Triggered when geolocation has failed * - *locationuncapable* Triggered when control is activated on a browser * which doesn't support geolocation