Mercurial > lada > lada-client
diff app/view/proben/Edit.js @ 431:2375e7247523
Merged with @
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 08 Nov 2013 12:47:19 +0100 |
parents | f9bb1ecf6462 |
children | debfcc7713e3 |
line wrap: on
line diff
--- a/app/view/proben/Edit.js Fri Nov 08 12:46:36 2013 +0100 +++ b/app/view/proben/Edit.js Fri Nov 08 12:47:19 2013 +0100 @@ -18,12 +18,12 @@ this.buttons = [ { text: 'Speichern', - action: 'save', + action: 'save' }, { text: 'Abbrechen', scope: this, - handler: this.close, + handler: this.close } ]; // InitialConfig is the config object passed to the constructor on @@ -32,6 +32,6 @@ var form = Ext.create('Lada.view.proben.EditForm', this.initialConfig); this.items = [form]; this.callParent(); - }, + } });