Changeset 1940
- Timestamp:
- 11/20/06 12:51:11 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Popup.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Popup.js
r1721 r1940 208 208 this.div.style.height = this.size.h + "px"; 209 209 } 210 if (this.contentDiv != null){ 211 this.contentDiv.style.width = this.size.w + "px"; 212 this.contentDiv.style.height = this.size.h + "px"; 213 } 210 214 }, 211 215
