Mercurial > lada > lada-client
diff app/view/form/Messung.js @ 589:4c97717b92da
Cosmetics.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 11 Mar 2015 15:21:55 +0100 |
parents | 424802824648 |
children | 8a156a7fbe67 |
line wrap: on
line diff
--- a/app/view/form/Messung.js Wed Mar 11 15:21:27 2015 +0100 +++ b/app/view/form/Messung.js Wed Mar 11 15:21:55 2015 +0100 @@ -29,7 +29,7 @@ trackResetOnLoad: true, - initComponent: function(){ + initComponent: function() { this.items = [{ xtype: 'fieldset', title: 'Allgemein' @@ -37,20 +37,19 @@ this.callParent(arguments); }, - setRecord: function(record){ + setRecord: function(record) { this.getForm().loadRecord(record); }, setMessages: function() { - //todo this is a stub + // TODO this is a stub }, clearMessages: function() { - //todo this is a stub + // TODO this is a stub }, - setReadonlye: function(){ - //todo this is a stub + setReadonly: function() { + // TODO this is a stub } }); -