Skip to content

Commit

Permalink
Default fallThrough to false
Browse files Browse the repository at this point in the history
Default behaviour in OpenLayers 2.12 is to swallow events, even though the documentation says otherwise.
  • Loading branch information
bjornharrtell committed Jan 10, 2013
1 parent 443c715 commit aa6c5b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/OpenLayers/Map.js
Expand Up @@ -384,9 +384,9 @@ OpenLayers.Map = OpenLayers.Class({
* APIProperty: fallThrough
* {Boolean} Should OpenLayers allow events on the map to fall through to
* other elements on the page, or should it swallow them? (#457)
* Default is to fall through.
* Default is to swallow.
*/
fallThrough: true,
fallThrough: false,

/**
* APIProperty: autoUpdateSize
Expand Down

0 comments on commit aa6c5b8

Please sign in to comment.