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

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3111 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-05-02 14:01:13 +00:00
parent 5221d0491b
commit 4b599da130

View File

@@ -119,7 +119,8 @@
layer.renderer = {
eraseFeatures: function(features) {
f = features[0];
}
},
destroy: function() { }
};
layer.eraseFeatures([feature]);