Eth.js 244 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Ext.define('App.model.Eth', { extend : 'Ext.data.Model', fields : [ { name : 'id', type : 'int' }, { name : 'eth', type : 'string' } ] });