Mercurial > lada > lada-client
diff app/view/panel/Map.js @ 1055:65ea1c2a8c98
Updated orte window in messprogramme to new orte model.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Mon, 07 Mar 2016 11:19:49 +0100 |
parents | 981339d774b8 |
children | e4952906634d |
line wrap: on
line diff
--- a/app/view/panel/Map.js Wed Mar 02 12:59:15 2016 +0100 +++ b/app/view/panel/Map.js Mon Mar 07 11:19:49 2016 +0100 @@ -81,7 +81,7 @@ if (!this.externalOrteStore) { this.locationStore = Ext.data.StoreManager.get('orte'); - this.addLocations(locationStore); + this.addLocations(this.locationStore); } },