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
This commit is contained in:
euzuro
2007-06-25 19:36:02 +00:00
parent b8362cb085
commit e39e89a5bf

View File

@@ -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();