From 0fd94a3f21121ec565a7e56dcbbe19d6f708cb72 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Mon, 22 May 2006 16:18:35 +0000 Subject: [PATCH] Fix typo. git-svn-id: http://svn.openlayers.org/trunk/openlayers@264 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Events.js b/lib/OpenLayers/Events.js index a825e72bab..de83e342e8 100644 --- a/lib/OpenLayers/Events.js +++ b/lib/OpenLayers/Events.js @@ -6,7 +6,7 @@ OpenLayers.Events.prototype = { "mouseover", "mouseout", "mousedown", "mouseup", "mousemove", "click", "dblclick", - "resize", "focus", blur" + "resize", "focus", "blur" ], // hash of Array(Function): events listener functions