]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/app/nested-loading/app/store/Reviews.js
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / app / nested-loading / app / store / Reviews.js
CommitLineData
6527f429
DM
1/**\r
2 * A store used for displaying reviews.\r
3 */\r
4Ext.define('Books.store.Reviews', {\r
5 extend: 'Ext.data.Store',\r
6 model: 'Books.model.Review'\r
7});