fix propogate/propagate typo in click handler. thanks to chris r. for finding this, elemoine for the review. (Closes #1359)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@8207 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -149,7 +149,7 @@ OpenLayers.Handler.Click = OpenLayers.Class(OpenLayers.Handler, {
|
||||
if (this.checkModifiers(evt) &&
|
||||
this.control.handleRightClicks &&
|
||||
OpenLayers.Event.isRightClick(evt)) {
|
||||
propogate = this.rightclick(evt);
|
||||
propagate = this.rightclick(evt);
|
||||
}
|
||||
|
||||
return propagate;
|
||||
|
||||
Reference in New Issue
Block a user