Mercurial > lada > lada-client
comparison app/controller/Messwert.js @ 496:d07e5086a64b
Moved stammdaten stores to app.js and load them via storemanager.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 06 Nov 2014 10:35:35 +0100 |
parents | 850ccfe5f3c4 |
children | 7c0653e8d9f7 |
comparison
equal
deleted
inserted
replaced
495:649bf1d08531 | 496:d07e5086a64b |
---|---|
17 ], | 17 ], |
18 | 18 |
19 stores: [ | 19 stores: [ |
20 'Proben', | 20 'Proben', |
21 'Messungen', | 21 'Messungen', |
22 'Messwerte', | 22 'Messwerte' |
23 'StaMesseinheiten', | |
24 'StaMessgroessen' | |
25 ], | 23 ], |
26 | 24 |
27 init: function() { | 25 init: function() { |
28 console.log('Initialising the Messwert controller'); | 26 console.log('Initialising the Messwert controller'); |
29 this.callParent(arguments); | 27 this.callParent(arguments); |