Mercurial > lada > lada-client
comparison app/view/grid/Nuklide.js @ 786:d2ee6858f452
removed trailing comma
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 13 May 2015 09:33:58 +0200 |
parents | a85069813d43 |
children | 07dfcdf5b41f |
comparison
equal
deleted
inserted
replaced
782:a0cfe2395e0a | 786:d2ee6858f452 |
---|---|
78 triggerAction: 'all', | 78 triggerAction: 'all', |
79 tpl: Ext.create("Ext.XTemplate", | 79 tpl: Ext.create("Ext.XTemplate", |
80 '<tpl for="."><div class="x-combo-list-item x-boundlist-item" >' + | 80 '<tpl for="."><div class="x-combo-list-item x-boundlist-item" >' + |
81 '{messgroesse}</div></tpl>'), | 81 '{messgroesse}</div></tpl>'), |
82 displayTpl: Ext.create('Ext.XTemplate', | 82 displayTpl: Ext.create('Ext.XTemplate', |
83 '<tpl for=".">{messgroesse}</tpl>'), | 83 '<tpl for=".">{messgroesse}</tpl>') |
84 } | 84 } |
85 }]; | 85 }]; |
86 | 86 |
87 this.rowEditing = Ext.create('Ext.grid.plugin.RowEditing', { | 87 this.rowEditing = Ext.create('Ext.grid.plugin.RowEditing', { |
88 clicksToMoveEditor: 1, | 88 clicksToMoveEditor: 1, |