fix for insufficient mocking which resulted in an error being thrown on

teardown by IE; add a .destroy() to the mocked renderer. 


git-svn-id: http://svn.openlayers.org/trunk/openlayers@9251 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2009-04-09 16:18:30 +00:00
parent 3222fd3618
commit 2e3f22809d
+2 -1
View File
@@ -269,7 +269,8 @@
feature: f, feature: f,
style: s style: s
}; };
} },
destroy: function() {}
}; };
// draw feature with no state // draw feature with no state