[Lada-commits] [PATCH 2 of 3] Cosmetics
Wald Commits
scm-commit at wald.intevation.org
Wed Mar 11 15:22:32 CET 2015
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1426083715 -3600
# Node ID 4c97717b92da240d7253a0353b2d66c177635406
# Parent e24bc8cf8e1d385e5e51f0ca7a746de6eb276332
Cosmetics.
diff -r e24bc8cf8e1d -r 4c97717b92da app/view/form/Messung.js
--- 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
}
});
-
More information about the Lada-commits
mailing list