Mercurial > lada > lada-client
view app/store/Kommentare.js @ 53:73bc17de6ff2
Added store, view and model for kommentare. Load kommentare when opening a probe.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 28 May 2013 10:58:47 +0200 |
parents | |
children | 133fa41d3fe8 |
line wrap: on
line source
Ext.define('Lada.store.Kommentare', { extend: 'Ext.data.Store', storeId: 'kommentareStore', model: 'Lada.model.Kommentar' });