]> git.proxmox.com Git - extjs.git/blame - extjs/examples/modern/geocongress/app/model/Committee.js
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / modern / geocongress / app / model / Committee.js
CommitLineData
6527f429
DM
1Ext.define('GeoCon.model.Committee', {\r
2 extend: 'Ext.data.Model',\r
3 fields: [\r
4 {name: 'chamber', type: 'string'},\r
5 {name: 'committee_id', type: 'string'},\r
6 {name: 'name', type: 'string'},\r
7 {name: 'subcommittees', type: 'string'}\r
8 ]\r
9});\r