Ticket #90: ticket90.patch
| File ticket90.patch, 0.7 kB (added by bartvde, 1 year ago) |
|---|
-
lib/GeoExt/data/LayerStore.js
old new 155 155 "clear": this.onClear, 156 156 "add": this.onAdd, 157 157 "remove": this.onRemove, 158 "beforedestroy": this.unbind, 158 159 scope: this 159 160 }); 160 161 this.data.on({ … … 172 173 "changelayer": this.onChangeLayer, 173 174 "addlayer": this.onAddLayer, 174 175 "removelayer": this.onRemoveLayer, 176 "beforedestroy": this.unbind, 175 177 scope: this 176 178 }); 177 179 this.un("load", this.onLoad, this);