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
+1 -1
View File
@@ -252,7 +252,7 @@ OpenLayers.Layer.Google.prototype = Object.extend( new OpenLayers.Layer(), {
*
* @private
*
* @param {event} e
* @param {Event} e
*/
catchPanZoom: function(e) {
+1 -1
View File
@@ -155,7 +155,7 @@ OpenLayers.Layer.VirtualEarth.prototype =
},
/**
* @param {event} e
* @param {Event} e
*/
catchPanZoom: function(e) {
+1 -1
View File
@@ -115,7 +115,7 @@ OpenLayers.Layer.Yahoo.prototype = Object.extend( new OpenLayers.Layer(), {
/**
* @private
*
* @param {event} e
* @param {Event} e
*/
catchPanZoom: function(e) {
this.dragging = false;