Mercurial > lada > lada-client
comparison app/view/zusatzwerte/Create.js @ 422:f9bb1ecf6462
Removed trailing commas.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 07 Nov 2013 12:01:35 +0100 |
parents | 8cb393ffe844 |
children | debfcc7713e3 |
comparison
equal
deleted
inserted
replaced
421:f06a882ab776 | 422:f9bb1ecf6462 |
---|---|
18 action: 'save' | 18 action: 'save' |
19 }, | 19 }, |
20 { | 20 { |
21 text: 'Abbrechen', | 21 text: 'Abbrechen', |
22 scope: this, | 22 scope: this, |
23 handler: this.close, | 23 handler: this.close |
24 } | 24 } |
25 ]; | 25 ]; |
26 var form = Ext.create('Lada.view.zusatzwerte.CreateForm', this.initialConfig); | 26 var form = Ext.create('Lada.view.zusatzwerte.CreateForm', this.initialConfig); |
27 this.items = [form]; | 27 this.items = [form]; |
28 this.callParent(); | 28 this.callParent(); |