Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/view/grid/Messmethoden.js Tue May 12 17:49:09 2015 +0200 +++ b/app/view/grid/Messmethoden.js Wed May 13 09:33:58 2015 +0200 @@ -62,7 +62,7 @@ text: i18n.getMsg('add'), icon: 'resources/img/list-add.png', action: 'add', - recordId: this.recordId, + recordId: this.recordId }, { text: i18n.getMsg('delete'), icon: 'resources/img/list-remove.png', @@ -100,7 +100,7 @@ '<tpl for="."><div class="x-combo-list-item x-boundlist-item" >' + '{id} - {messmethode}</div></tpl>'), displayTpl: Ext.create('Ext.XTemplate', - '<tpl for=".">{id} - {messmethode}</tpl>'), + '<tpl for=".">{id} - {messmethode}</tpl>') } }]; this.initData();