From e39e89a5bff45ee54d61b1f087e8b202d7e9a016 Mon Sep 17 00:00:00 2001 From: euzuro Date: Mon, 25 Jun 2007 19:36:02 +0000 Subject: [PATCH] patch for #726 was breaking IE tests. Please test things in IE before committing to trunk git-svn-id: http://svn.openlayers.org/trunk/openlayers@3441 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Control/test_Panel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Control/test_Panel.html b/tests/Control/test_Panel.html index 77ece3a9f7..85ca250bd2 100644 --- a/tests/Control/test_Panel.html +++ b/tests/Control/test_Panel.html @@ -22,7 +22,7 @@ var ToggleControl = OpenLayers.Class.create(); ToggleControl.prototype = OpenLayers.Class.inherit(OpenLayers.Control, { CLASS_NAME: 'mbControl.TestToggle', - type: OpenLayers.Control.TYPE_TOGGLE, + type: OpenLayers.Control.TYPE_TOGGLE }); var toggleControl = new ToggleControl();