Ticket #65: datachanged.patch
| File datachanged.patch, 494 bytes (added by bartvde, 3 years ago) |
|---|
-
lib/GeoExt/data/LayerStore.js
old new 199 199 this._adding = true; 200 200 this.insert(layerIndex, [record]); 201 201 delete this._adding; 202 this.fireEvent("datachanged", this); 202 203 } 203 204 } 204 205 }