comparison app/view/messungen/Edit.js @ 422:f9bb1ecf6462

Removed trailing commas.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 07 Nov 2013 12:01:35 +0100
parents eccf58d3b106
children debfcc7713e3
comparison
equal deleted inserted replaced
421:f06a882ab776 422:f9bb1ecf6462
23 action: 'save' 23 action: 'save'
24 }, 24 },
25 { 25 {
26 text: 'Abbrechen', 26 text: 'Abbrechen',
27 scope: this, 27 scope: this,
28 handler: this.close, 28 handler: this.close
29 } 29 }
30 ]; 30 ];
31 var form = Ext.create('Lada.view.messungen.EditForm', this.initialConfig); 31 var form = Ext.create('Lada.view.messungen.EditForm', this.initialConfig);
32 this.items = [form]; 32 this.items = [form];
33 this.callParent(); 33 this.callParent();

http://lada.wald.intevation.org