Changeset 566
- Timestamp:
- 06/09/06 13:53:24 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js
r478 r566 49 49 this.contentDiv = OpenLayers.Util.createDiv(id, null, contentSize, 50 50 null, "relative", null, 51 " auto");51 "none"); 52 52 this.div.appendChild(this.contentDiv); 53 53 this.setContentHTML();
