diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2010-09-29 15:56:16 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2010-09-29 15:56:16 +0000 |
| commit | 8e90628c62bf33b4baffb33576e89b5e708fd934 (patch) | |
| tree | 35388d059a325b0e490f3a3f9ac21fc67419362c | |
| parent | a5ca0be89829b437961e34e9b7eeccaffced9baf (diff) | |
| download | xxv-8e90628c62bf33b4baffb33576e89b5e708fd934.tar.gz xxv-8e90628c62bf33b4baffb33576e89b5e708fd934.tar.bz2 | |
jason: remove unused data field
| -rw-r--r-- | skins/jason/channels.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skins/jason/channels.js b/skins/jason/channels.js index 0542218..60aaf14 100644 --- a/skins/jason/channels.js +++ b/skins/jason/channels.js @@ -17,8 +17,7 @@ Ext.xxv.storeChannels = function() { {name: 'name', type: 'string'}, {name: 'group', type: 'string'}, {name: 'position', type: 'int'}, - {name: 'grpname', type: 'string'}, - {name: 'host', type: 'string'} + {name: 'grpname', type: 'string'} ] }), proxy : new Ext.data.HttpProxy({ |
