From 147d91c05690529fb285d220c04f9d0cc891e268 Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 24 May 2006 23:12:31 +0000 Subject: [PATCH] JSDOC git-svn-id: http://svn.openlayers.org/trunk/openlayers@332 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Popup.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/OpenLayers/Popup.js b/lib/OpenLayers/Popup.js index 43b0466ed5..44fc3c2754 100644 --- a/lib/OpenLayers/Popup.js +++ b/lib/OpenLayers/Popup.js @@ -70,6 +70,9 @@ OpenLayers.Popup.prototype = { /** * @param {OpenLayers.Pixel} px + * + * @returns Reference to a div that contains the drawn popup + * @type DOMElement */ draw: function(px) { if (this.div == null) {