OpenLayers OpenLayers

Changeset 7683

Show
Ignore:
Timestamp:
08/03/08 08:24:18 (4 months ago)
Author:
crschmidt
Message:

Flipped a return value here; this should be 'true', not 'false'. (See #1655)

Files:

Legend:

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

    r7682 r7683  
    178178    mousemove: function(evt) { 
    179179        if (!this.callbacks['over'] && !this.callbacks['out']) { 
    180             return false; 
     180            return true; 
    181181        }      
    182182        this.handle(evt);