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

Removed trailing commas.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 07 Nov 2013 12:01:35 +0100
parents 6007d11b81c2
children debfcc7713e3
comparison
equal deleted inserted replaced
421:f06a882ab776 422:f9bb1ecf6462
16 16
17 initComponent: function() { 17 initComponent: function() {
18 this.buttons = [ 18 this.buttons = [
19 { 19 {
20 text: 'Speichern', 20 text: 'Speichern',
21 action: 'save', 21 action: 'save'
22 }, 22 },
23 { 23 {
24 text: 'Abbrechen', 24 text: 'Abbrechen',
25 scope: this, 25 scope: this,
26 handler: this.close, 26 handler: this.close
27 } 27 }
28 ]; 28 ];
29 // InitialConfig is the config object passed to the constructor on 29 // InitialConfig is the config object passed to the constructor on
30 // creation of this window. We need to pass it throuh to the form as 30 // creation of this window. We need to pass it throuh to the form as
31 // we need the "modelId" param to load the correct item. 31 // we need the "modelId" param to load the correct item.
32 var form = Ext.create('Lada.view.proben.EditForm', this.initialConfig); 32 var form = Ext.create('Lada.view.proben.EditForm', this.initialConfig);
33 this.items = [form]; 33 this.items = [form];
34 this.callParent(); 34 this.callParent();
35 }, 35 }
36 }); 36 });
37 37

http://lada.wald.intevation.org