Ticket #65: datachanged.patch

File datachanged.patch, 494 bytes (added by bartvde, 3 years ago)
  • lib/GeoExt/data/LayerStore.js

    old new  
    199199                        this._adding = true; 
    200200                        this.insert(layerIndex, [record]); 
    201201                        delete this._adding; 
     202                        this.fireEvent("datachanged", this); 
    202203                    } 
    203204                } 
    204205            }