[OpenLayers-Commits] r10874 - trunk/openlayers/lib/OpenLayers
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Fri Nov 5 10:14:28 EDT 2010
Author: erilem
Date: 2010-11-05 07:14:28 -0700 (Fri, 05 Nov 2010)
New Revision: 10874
Modified:
trunk/openlayers/lib/OpenLayers/Events.js
Log:
fix minor typo in a comment, non-functional change
Modified: trunk/openlayers/lib/OpenLayers/Events.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Events.js 2010-11-05 14:07:40 UTC (rev 10873)
+++ trunk/openlayers/lib/OpenLayers/Events.js 2010-11-05 14:14:28 UTC (rev 10874)
@@ -788,7 +788,7 @@
handleBrowserEvent: function (evt) {
var type = evt.type, listeners = this.listeners[type];
if(!listeners || listeners.length == 0) {
- // none's listening, bail out
+ // noone's listening, bail out
return;
}
if (this.includeXY) {
More information about the Commits
mailing list