[OpenLayers-Commits] r10897 - trunk/openlayers/lib/OpenLayers

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Mon Nov 15 04:48:10 EST 2010


Author: fredj
Date: 2010-11-15 01:48:10 -0800 (Mon, 15 Nov 2010)
New Revision: 10897

Modified:
   trunk/openlayers/lib/OpenLayers/Events.js
Log:
fix comment, non-functional change

Modified: trunk/openlayers/lib/OpenLayers/Events.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Events.js	2010-11-15 08:11:38 UTC (rev 10896)
+++ trunk/openlayers/lib/OpenLayers/Events.js	2010-11-15 09:48:10 UTC (rev 10897)
@@ -449,8 +449,8 @@
      * 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?



More information about the Commits mailing list