Changeset 567
- Timestamp:
- 06/09/06 14:10:17 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/follower/b-fix-ff-popup-63/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js
r478 r567 49 49 this.contentDiv = OpenLayers.Util.createDiv(id, null, contentSize, 50 50 null, "relative", null, 51 " auto");51 "hidden"); 52 52 this.div.appendChild(this.contentDiv); 53 53 this.setContentHTML();
