Commit d64f3f15ea25bc79665a6496f9bd7772b41c289e

Authored by Benjamin Renard
1 parent 6d324fbe

Minor fix

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
js/app/views/StatusGrid.js
... ... @@ -20,7 +20,6 @@ Ext.define('amdaUI.StatusGrid', {
20 20  
21 21 catFields:['value','label','color'],
22 22 paramFields:['minVal','maxVal','label','color'],
23   - xtype:'grid',
24 23 cellEditing : null,
25 24 isCat : null,
26 25 statusStore: null,
... ... @@ -219,4 +218,4 @@ Ext.define('amdaUI.StatusGrid', {
219 218 });
220 219 }
221 220  
222   -});
223 221 \ No newline at end of file
  222 +});
... ...