Changeset 6698
- Timestamp:
- 03/28/08 22:12:15 (10 months ago)
- Files:
-
- sandbox/euzuro/pop/lib/OpenLayers/Popup.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/pop/lib/OpenLayers/Popup.js
r6697 r6698 369 369 show: function() { 370 370 OpenLayers.Element.show(this.div); 371 372 if (this.panMapIfOutOfView) { 373 this.panIntoView(); 374 } 371 375 }, 372 376
