Changeset 6390
- Timestamp:
- 02/27/08 15:28:34 (11 months ago)
- Files:
-
- sandbox/euzuro/pop/lib/OpenLayers/Popup.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/pop/lib/OpenLayers/Popup.js
r6300 r6390 272 272 this.setContentHTML(); 273 273 this.moveTo(px); 274 275 if (this.panMapIfOutOfView) { 276 this.panIntoView(); 277 } 278 279 274 280 275 281 return this.div; … … 301 307 this.div.style.top = px.y + "px"; 302 308 } 303 304 if (this.panMapIfOutOfView) {305 this.panIntoView();306 }307 308 309 }, 309 310
