view app/store/Status.js @ 404:9caedffa5c7b

Added tag 0.5 for changeset e3e4adb00f32
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 11 Sep 2013 11:16:13 +0200
parents cec9fe8d0000
children debfcc7713e3
line wrap: on
line source
/**
 * Store for Status
 */
Ext.define('Lada.store.Status', {
    extend: 'Ext.data.Store',
    autoLoad: true,
    model: 'Lada.model.Status'
});

http://lada.wald.intevation.org