view app/store/Queries.js @ 389:73341090a12d

Added tag 0.4 for changeset 9591ca90d58d
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 30 Aug 2013 11:24:07 +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