event -> Event
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1142 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -184,7 +184,7 @@ OpenLayers.Events.prototype = {
|
||||
*
|
||||
* @private
|
||||
*
|
||||
* @param {event} evt
|
||||
* @param {Event} evt
|
||||
*/
|
||||
handleBrowserEvent: function (evt) {
|
||||
evt.xy = this.getMousePosition(evt);
|
||||
@@ -194,7 +194,7 @@ OpenLayers.Events.prototype = {
|
||||
/**
|
||||
* @private
|
||||
*
|
||||
* @param {event} evt
|
||||
* @param {Event} evt
|
||||
*
|
||||
* @returns The current xy coordinate of the mouse, adjusted for offsets
|
||||
* @type OpenLayers.Pixel
|
||||
|
||||
Reference in New Issue
Block a user