Changeset 1187
- Timestamp:
- 08/10/06 02:02:14 (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
r657 r1187 168 168 169 169 if (this.div != null) { 170 this.div.style.width = this.size.w ;171 this.div.style.height = this.size.h ;170 this.div.style.width = this.size.w + "px"; 171 this.div.style.height = this.size.h + "px"; 172 172 } 173 173 },
