OpenLayers OpenLayers

Changeset 3111

Show
Ignore:
Timestamp:
05/02/07 10:01:13 (2 years ago)
Author:
euzuro
Message:

fix tests -- ie destroys page and thereofre map object, which causes problems with this simulated renderer (it needs a destroy)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/tests/Layer/test_Vector.html

    r3105 r3111  
    120120            eraseFeatures: function(features) { 
    121121                f = features[0]; 
    122             } 
     122            }, 
     123            destroy: function() { } 
    123124        }; 
    124125