Mercurial > lada > lada-client
comparison app/view/proben/Create.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 |
---|---|
15 modal: true, | 15 modal: true, |
16 initComponent: function() { | 16 initComponent: function() { |
17 this.buttons = [ | 17 this.buttons = [ |
18 { | 18 { |
19 text: 'Speichern', | 19 text: 'Speichern', |
20 action: 'save', | 20 action: 'save' |
21 }, | 21 }, |
22 { | 22 { |
23 text: 'Abbrechen', | 23 text: 'Abbrechen', |
24 scope: this, | 24 scope: this, |
25 handler: this.close, | 25 handler: this.close |
26 } | 26 } |
27 ]; | 27 ]; |
28 var form = Ext.create('Lada.view.proben.CreateForm'); | 28 var form = Ext.create('Lada.view.proben.CreateForm'); |
29 this.items = [form]; | 29 this.items = [form]; |
30 this.callParent(); | 30 this.callParent(); |