view app/store/Queries.js @ 415:65688621c727

Do not autoload the large Verwaltungseinheiten store.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Wed, 09 Oct 2013 10:12:49 +0200
parents cec9fe8d0000
children f9bb1ecf6462
line wrap: on
line source
/**
 * Store for Queries
 */
Ext.define('Lada.store.Queries', {
    extend: 'Ext.data.Store',
    autoLoad: true,
    model: 'Lada.model.Query',
});

http://lada.wald.intevation.org