From f4e616342c2c9eb7f0680b49cbb0bc9fbcd2df94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 12 Dec 2008 08:37:48 +0000 Subject: [PATCH] minor doc error & enhancement in Control.MousePostion, p=aabt, r=me (closes #1872) git-svn-id: http://svn.openlayers.org/trunk/openlayers@8494 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/MousePosition.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/OpenLayers/Control/MousePosition.js b/lib/OpenLayers/Control/MousePosition.js index 0629b2fe35..86f2a9fb66 100644 --- a/lib/OpenLayers/Control/MousePosition.js +++ b/lib/OpenLayers/Control/MousePosition.js @@ -59,8 +59,8 @@ OpenLayers.Control.MousePosition = OpenLayers.Class(OpenLayers.Control, { /** * APIProperty: displayProjection - * {} A projection that the - * mousecontrol will display. + * {} The projection in which the + * mouse position is displayed */ displayProjection: null, @@ -68,7 +68,7 @@ OpenLayers.Control.MousePosition = OpenLayers.Class(OpenLayers.Control, { * Constructor: OpenLayers.Control.MousePosition * * Parameters: - * options - {DOMElement} Options for control. + * options - {Object} Options for control. */ initialize: function(options) { OpenLayers.Control.prototype.initialize.apply(this, arguments);