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
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
control = new OpenLayers.Control.PanZoomBar();
|
control = new OpenLayers.Control.PanZoomBar();
|
||||||
map.addControl(control);
|
map.addControl(control);
|
||||||
control.removeButtons();
|
control.removeButtons();
|
||||||
control._removeZoomBar();
|
map.destroy();
|
||||||
t.eq(control.div.childNodes.length, 0, "control's div cleared.");
|
t.eq(control.div.childNodes.length, 0, "control's div cleared.");
|
||||||
t.eq(control.zoombarDiv, null, "zoombar div nullified.")
|
t.eq(control.zoombarDiv, null, "zoombar div nullified.")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user