fix minor typo in a comment, non-functional change
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10874 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -788,7 +788,7 @@ OpenLayers.Events = OpenLayers.Class({
|
|||||||
handleBrowserEvent: function (evt) {
|
handleBrowserEvent: function (evt) {
|
||||||
var type = evt.type, listeners = this.listeners[type];
|
var type = evt.type, listeners = this.listeners[type];
|
||||||
if(!listeners || listeners.length == 0) {
|
if(!listeners || listeners.length == 0) {
|
||||||
// none's listening, bail out
|
// noone's listening, bail out
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (this.includeXY) {
|
if (this.includeXY) {
|
||||||
|
|||||||
Reference in New Issue
Block a user