this fake renderer needs an eraseFeatures method - thanks pgiraud for catching this

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5388 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2007-12-12 22:50:26 +00:00
parent ac1f51a19a
commit 4ae06d5be9

View File

@@ -79,7 +79,8 @@
f = feature;
s = style;
},
destroy: function() { }
destroy: function() { },
eraseFeatures: function() {}
};