mirror of
https://github.com/php/web-doc-editor.git
synced 2026-03-26 02:02:10 +01:00
8 lines
203 B
JavaScript
8 lines
203 B
JavaScript
Ext.define('phpdoe.model.UILanguage', {
|
|
extend : 'Ext.data.Model',
|
|
idProperty : 'id',
|
|
fields : [
|
|
{ name:'id', type:'string' },
|
|
{ name:'name', type:'string' }
|
|
]
|
|
}); |