From 2e3f22809dc3ed37cf74e7c9beba8037695974c4 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Thu, 9 Apr 2009 16:18:30 +0000 Subject: [PATCH] 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 --- tests/Layer/Vector.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Layer/Vector.html b/tests/Layer/Vector.html index ab1deaa02d..86faca81c4 100644 --- a/tests/Layer/Vector.html +++ b/tests/Layer/Vector.html @@ -269,7 +269,8 @@ feature: f, style: s }; - } + }, + destroy: function() {} }; // draw feature with no state