Mercurial > lada > lada-client
comparison app/view/orte/Create.js @ 422:f9bb1ecf6462
Removed trailing commas.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 07 Nov 2013 12:01:35 +0100 |
parents | 1536fb5c81b7 |
children | debfcc7713e3 |
comparison
equal
deleted
inserted
replaced
421:f06a882ab776 | 422:f9bb1ecf6462 |
---|---|
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 var form = Ext.create('Lada.view.orte.CreateForm', this.initialConfig); | 29 var form = Ext.create('Lada.view.orte.CreateForm', this.initialConfig); |
30 this.items = [form]; | 30 this.items = [form]; |
31 this.callParent(); | 31 this.callParent(); |