OpenLayers OpenLayers

Changeset 1632

Show
Ignore:
Timestamp:
10/05/06 23:19:01 (2 years ago)
Author:
crschmidt
Message:

Event.Stop caused us to lose the ability to click on our permalink.
We like clicking on our permalink. bring that functionality back.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Events.js

    r1588 r1632  
    290290            } 
    291291            // don't fall through to other DOM elements 
    292             if (!this.fallThrough) {             
    293                 OpenLayers.Event.stop(evt); 
     292            if (!this.fallThrough) {            
     293                OpenLayers.Util.safeStopPropagation(evt); 
    294294            } 
    295295        }