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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user