Mercurial > lada > lada-client
comparison app/controller/Base.js @ 360:302db31ac50a
Fixed syntax
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 15 Aug 2013 14:04:25 +0200 |
parents | 12e7f0ef90b6 |
children | debfcc7713e3 |
comparison
equal
deleted
inserted
replaced
359:8bc067b5f9c5 | 360:302db31ac50a |
---|---|
112 title: 'Fehler beim Speichern', | 112 title: 'Fehler beim Speichern', |
113 msg: form.message, | 113 msg: form.message, |
114 icon: Ext.MessageBox.ERROR, | 114 icon: Ext.MessageBox.ERROR, |
115 buttons: Ext.Msg.OK | 115 buttons: Ext.Msg.OK |
116 }); | 116 }); |
117 }, | 117 } |
118 }); | 118 }); |