diff --git a/lib/OpenLayers/BaseTypes/Element.js b/lib/OpenLayers/BaseTypes/Element.js index 329a19bc87..55618a10fb 100644 --- a/lib/OpenLayers/BaseTypes/Element.js +++ b/lib/OpenLayers/BaseTypes/Element.js @@ -42,47 +42,6 @@ OpenLayers.Element = { } }, - - /** - * APIFunction: hide - * *Deprecated*. Hide element(s) passed in - * - * Parameters: - * element - {DOMElement} Actually user can pass any number of elements - */ - hide: function() { - OpenLayers.Console.warn(OpenLayers.i18n("methodDeprecated", { - newMethod: "element.style.display = 'none';" - })); - - for (var i=0, len=arguments.length; i + + + + + + + +
test
+ + + \ No newline at end of file diff --git a/tests/list-tests.html b/tests/list-tests.html index 673a70a012..323a5dc62d 100644 --- a/tests/list-tests.html +++ b/tests/list-tests.html @@ -230,4 +230,6 @@
  • Util.html
  • deprecated/Ajax.html
  • deprecated/BaseTypes/Class.html
  • +
  • deprecated/BaseTypes/Class.html
  • +
  • deprecated/BaseTypes/Element.html