Mercurial > lada > lada-client
comparison app/view/mkommentare/Create.js @ 422:f9bb1ecf6462
Removed trailing commas.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 07 Nov 2013 12:01:35 +0100 |
parents | b2dc95820b70 |
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.mkommentare.CreateForm', this.initialConfig); | 31 var form = Ext.create('Lada.view.mkommentare.CreateForm', this.initialConfig); |
32 this.items = [form]; | 32 this.items = [form]; |
33 this.callParent(); | 33 this.callParent(); |