]> git.proxmox.com Git - extjs.git/blame - extjs/templates/admin-dashboard/app/model/faq/Question.js
add extjs 6.0.1 sources
[extjs.git] / extjs / templates / admin-dashboard / app / model / faq / Question.js
CommitLineData
6527f429
DM
1Ext.define('Admin.model.faq.Question', {\r
2 extend: 'Admin.model.Base',\r
3\r
4 fields: [\r
5 {\r
6 type: 'string',\r
7 name: 'name'\r
8 }\r
9 ]\r
10});\r