git-svn-id: http://svn.openlayers.org/trunk/openlayers@332 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-24 23:12:31 +00:00
parent ca8f03bc2c
commit 147d91c056

View File

@@ -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) {