comparison app/view/grid/Messmethoden.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
60 dock: 'bottom', 60 dock: 'bottom',
61 items: ['->', { 61 items: ['->', {
62 text: i18n.getMsg('add'), 62 text: i18n.getMsg('add'),
63 icon: 'resources/img/list-add.png', 63 icon: 'resources/img/list-add.png',
64 action: 'add', 64 action: 'add',
65 recordId: this.recordId, 65 recordId: this.recordId
66 }, { 66 }, {
67 text: i18n.getMsg('delete'), 67 text: i18n.getMsg('delete'),
68 icon: 'resources/img/list-remove.png', 68 icon: 'resources/img/list-remove.png',
69 action: 'delete' 69 action: 'delete'
70 }] 70 }]
98 triggerAction: 'all', 98 triggerAction: 'all',
99 tpl: Ext.create("Ext.XTemplate", 99 tpl: Ext.create("Ext.XTemplate",
100 '<tpl for="."><div class="x-combo-list-item x-boundlist-item" >' + 100 '<tpl for="."><div class="x-combo-list-item x-boundlist-item" >' +
101 '{id} - {messmethode}</div></tpl>'), 101 '{id} - {messmethode}</div></tpl>'),
102 displayTpl: Ext.create('Ext.XTemplate', 102 displayTpl: Ext.create('Ext.XTemplate',
103 '<tpl for=".">{id} - {messmethode}</tpl>'), 103 '<tpl for=".">{id} - {messmethode}</tpl>')
104 } 104 }
105 }]; 105 }];
106 this.initData(); 106 this.initData();
107 this.callParent(arguments); 107 this.callParent(arguments);
108 }, 108 },

http://lada.wald.intevation.org