Mercurial > lada > lada-client
comparison app/controller/grid/Messmethode.js @ 786:d2ee6858f452
removed trailing comma
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 13 May 2015 09:33:58 +0200 |
parents | 380edfecac67 |
children | 24b5684d74d7 |
comparison
equal
deleted
inserted
replaced
782:a0cfe2395e0a | 786:d2ee6858f452 |
---|---|
209 } | 209 } |
210 | 210 |
211 //Create an empty Messgroessen Store which will be populated with the | 211 //Create an empty Messgroessen Store which will be populated with the |
212 //Messgroessen defined in the Messmethoden record. | 212 //Messgroessen defined in the Messmethoden record. |
213 var mmtmessgroessenstore = Ext.create('Ext.data.Store', { | 213 var mmtmessgroessenstore = Ext.create('Ext.data.Store', { |
214 model: 'Lada.model.Messgroesse', | 214 model: 'Lada.model.Messgroesse' |
215 }); | 215 }); |
216 | 216 |
217 // Copy every Record from Messgroessenstore to the empty Store | 217 // Copy every Record from Messgroessenstore to the empty Store |
218 // which was defined in the messmethode record | 218 // which was defined in the messmethode record |
219 for (n in nuklide) { | 219 for (n in nuklide) { |