Skip to content
  • This project
    • Loading...
  • Sign in

Дмитрий Корытько / hware

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hardwareconfig
  • ..
  • model
  • Eth.js
  • root's avatar
    save · fa2a6557
    fa2a6557
    root authored 2015-06-17 18:16:03 +0400
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'
        }
        
    ]
});