diff --git a/lib/OpenLayers/Popup.js b/lib/OpenLayers/Popup.js index 2081630d9d..fdf5eb7229 100644 --- a/lib/OpenLayers/Popup.js +++ b/lib/OpenLayers/Popup.js @@ -135,7 +135,7 @@ OpenLayers.Popup.prototype = { */ toggle: function() { Element.toggle(this.div); - } + }, /** *