Ticket #1490: patch.diff
| File patch.diff, 447 bytes (added by pspencer, 9 months ago) |
|---|
-
lib/OpenLayers/Popup.js
old new 257 257 this.maxSize = null; 258 258 this.padding = null; 259 259 this.panMapIfOutOfView = null; 260 261 if (this.feature && this.feature.popup == this) { 262 this.feature.popup = null; 263 } 260 264 }, 261 265 262 266 /**
