comparison app/store/Queries.js @ 491:850ccfe5f3c4

Code style.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 31 Oct 2014 23:23:32 +0100
parents debfcc7713e3
children
comparison
equal deleted inserted replaced
490:446e99cfd425 491:850ccfe5f3c4
9 /** 9 /**
10 * Store for Queries 10 * Store for Queries
11 */ 11 */
12 Ext.define('Lada.store.Queries', { 12 Ext.define('Lada.store.Queries', {
13 extend: 'Ext.data.Store', 13 extend: 'Ext.data.Store',
14 autoLoad: true, 14 model: 'Lada.model.Query',
15 model: 'Lada.model.Query' 15 autoLoad: true
16 }); 16 });

http://lada.wald.intevation.org