view app/store/Queries.js @ 412:cf4b6e93f956

Typo fixed.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 19 Sep 2013 15:56:23 +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