From e3386b3d507d216c79620157c5242ad3d67ec098 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 6 Oct 2006 20:34:51 +0000 Subject: [PATCH] Consistency is key. Mousmove->redraw in remaining location. git-svn-id: http://svn.openlayers.org/trunk/openlayers@1673 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/MousePosition.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Control/MousePosition.js b/lib/OpenLayers/Control/MousePosition.js index afc6d931cc..05ac00200a 100644 --- a/lib/OpenLayers/Control/MousePosition.js +++ b/lib/OpenLayers/Control/MousePosition.js @@ -98,7 +98,7 @@ OpenLayers.Control.MousePosition.prototype = */ setMap: function() { OpenLayers.Control.prototype.setMap.apply(this, arguments); - this.map.events.register( 'mousemove', this, this.mousemove); + this.map.events.register( 'mousemove', this, this.redraw); }, /** @final @type String */