event -> Event

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1142 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-08-09 04:21:29 +00:00
parent bc780edcec
commit 0332bd09ec
6 changed files with 9 additions and 9 deletions

View File

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