From ed42ea6fae9089c4f6f4b75e273910d1e021db79 Mon Sep 17 00:00:00 2001 From: euzuro Date: Sat, 27 May 2006 00:04:27 +0000 Subject: [PATCH] slight of the hand git-svn-id: http://svn.openlayers.org/trunk/openlayers@413 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); - } + }, /** *