From 892d9d7768cd0ed767c4cd5af3d5a3f32b5c9a6d Mon Sep 17 00:00:00 2001 From: bartvde Date: Tue, 22 Feb 2011 12:03:55 +0000 Subject: [PATCH] fix up JS error in PanZoomBar testcase in IE, non-functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@11228 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Control/PanZoomBar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Control/PanZoomBar.html b/tests/Control/PanZoomBar.html index 43d0b3b8b0..dde42cd371 100644 --- a/tests/Control/PanZoomBar.html +++ b/tests/Control/PanZoomBar.html @@ -44,7 +44,7 @@ control = new OpenLayers.Control.PanZoomBar(); map.addControl(control); control.removeButtons(); - control._removeZoomBar(); + map.destroy(); t.eq(control.div.childNodes.length, 0, "control's div cleared."); t.eq(control.zoombarDiv, null, "zoombar div nullified.") }