From f5735dabae4f0b7e2a6d49f8a56d8d2e4e9a3b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Mon, 15 Nov 2010 09:48:10 +0000 Subject: [PATCH] fix comment, non-functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@10897 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Events.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Events.js b/lib/OpenLayers/Events.js index 9519ed0eba..b5370bb285 100644 --- a/lib/OpenLayers/Events.js +++ b/lib/OpenLayers/Events.js @@ -449,8 +449,8 @@ OpenLayers.Events = OpenLayers.Class({ * Construct an OpenLayers.Events object. * * Parameters: - * object - {Object} The js object to which this Events object is being - * added element - {DOMElement} A dom element to respond to browser events + * object - {Object} The js object to which this Events object is being added + * element - {DOMElement} A dom element to respond to browser events * eventTypes - {Array(String)} Array of custom application events * fallThrough - {Boolean} Allow events to fall through after these have * been handled?