changeset 589:4c97717b92da

Cosmetics.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 11 Mar 2015 15:21:55 +0100
parents e24bc8cf8e1d
children e440b66a859f
files app/view/form/Messung.js
diffstat 1 files changed, 6 insertions(+), 7 deletions(-) [+]
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
     }
 });
-

http://lada.wald.intevation.org