comparison app/store/Queries.js @ 422:f9bb1ecf6462

Removed trailing commas.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 07 Nov 2013 12:01:35 +0100
parents cec9fe8d0000
children debfcc7713e3
comparison
equal deleted inserted replaced
421:f06a882ab776 422:f9bb1ecf6462
2 * Store for Queries 2 * Store for Queries
3 */ 3 */
4 Ext.define('Lada.store.Queries', { 4 Ext.define('Lada.store.Queries', {
5 extend: 'Ext.data.Store', 5 extend: 'Ext.data.Store',
6 autoLoad: true, 6 autoLoad: true,
7 model: 'Lada.model.Query', 7 model: 'Lada.model.Query'
8 }); 8 });

http://lada.wald.intevation.org