Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/view/mkommentare/Create.js Thu Nov 07 11:59:40 2013 +0100 +++ b/app/view/mkommentare/Create.js Thu Nov 07 12:01:35 2013 +0100 @@ -25,7 +25,7 @@ { text: 'Abbrechen', scope: this, - handler: this.close, + handler: this.close } ]; var form = Ext.create('Lada.view.mkommentare.CreateForm', this.initialConfig);