Consistency is key. Mousmove->redraw in remaining location.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1673 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-10-06 20:34:51 +00:00
parent a9baa4798f
commit e3386b3d50

View File

@@ -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 */