Changeset 6647
- Timestamp:
- 03/27/08 21:54:32 (10 months ago)
- Files:
-
- sandbox/euzuro/pop/lib/OpenLayers/Popup/Framed.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/pop/lib/OpenLayers/Popup/Framed.js
r6630 r6647 159 159 setSize: function(size) { 160 160 161 // Call the Popup's setSize() directly (the Anchored popup's setSize()162 // does nothing for us except call moveTo() before we're ready.163 // This will take care of setting the popup's 'div' and 'contentDiv'164 // to the size specified (or the max/min popup size if extreme).165 161 OpenLayers.Popup.Anchored.prototype.setSize.apply(this, arguments); 166 162
