comparison app/view/proben/Import.js @ 422:f9bb1ecf6462

Removed trailing commas.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 07 Nov 2013 12:01:35 +0100
parents 94884cd8f8c0
children debfcc7713e3
comparison
equal deleted inserted replaced
421:f06a882ab776 422:f9bb1ecf6462
11 modal: true, 11 modal: true,
12 initComponent: function() { 12 initComponent: function() {
13 this.buttons = [ 13 this.buttons = [
14 { 14 {
15 text: 'Speichern', 15 text: 'Speichern',
16 action: 'save', 16 action: 'save'
17 }, 17 },
18 { 18 {
19 text: 'Abbrechen', 19 text: 'Abbrechen',
20 scope: this, 20 scope: this,
21 handler: this.close, 21 handler: this.close
22 } 22 }
23 ]; 23 ];
24 var form = Ext.create('Lada.view.proben.ImportForm'); 24 var form = Ext.create('Lada.view.proben.ImportForm');
25 this.items = [form]; 25 this.items = [form];
26 this.callParent(); 26 this.callParent();

http://lada.wald.intevation.org