Mercurial > lada > lada-client
comparison app/store/Probenzusatzwerte.js @ 337:39297b8e5ba2
Added docstring
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 13 Aug 2013 09:13:26 +0200 |
parents | 70a1b5962930 |
children | cec9fe8d0000 |
comparison
equal
deleted
inserted
replaced
336:e4a0645058a5 | 337:39297b8e5ba2 |
---|---|
1 /** | |
2 * Store for Probenzusatzwerte | |
3 */ | |
1 Ext.define('Lada.store.Probenzusatzwerte', { | 4 Ext.define('Lada.store.Probenzusatzwerte', { |
2 extend: 'Ext.data.Store', | 5 extend: 'Ext.data.Store', |
3 sorters: [{ | 6 sorters: [{ |
4 property: 'beschreibung', | 7 property: 'beschreibung', |
5 }], | 8 }], |