UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

4 lines 106 B
Ext.define('Neptune.model.Restaurant', { extend: 'Ext.data.Model', fields: ['name', 'cuisine'] });