comparison app/store/Probenintervall.js @ 786:d2ee6858f452

removed trailing comma
author Dustin Demuth <dustin@intevation.de>
date Wed, 13 May 2015 09:33:58 +0200
parents b8502964f5c3
children 0840c4cf2273
comparison
equal deleted inserted replaced
782:a0cfe2395e0a 786:d2ee6858f452
62 'periodstart': 1, 62 'periodstart': 1,
63 'periodend': 1 63 'periodend': 1
64 }], 64 }],
65 sorters: [{ 65 sorters: [{
66 property: 'periodend', 66 property: 'periodend',
67 direction: 'DESC', 67 direction: 'DESC'
68 }], 68 }],
69 sortOnLoad: true, 69 sortOnLoad: true,
70 remoteSort: false, 70 remoteSort: false
71 }); 71 });
72 72
73 function translateStore(v, record){ 73 function translateStore(v, record){
74 // TODO currently Lada.get... can not be found when this code is run. 74 // TODO currently Lada.get... can not be found when this code is run.
75 // var i18n = Lada.getApplication().bundle; 75 // var i18n = Lada.getApplication().bundle;

http://lada.wald.intevation.org