[Lada-commits] [PATCH 28 of 56] Fix initialisation of Messungen controller

Wald Commits scm-commit at wald.intevation.org
Tue Aug 13 09:53:54 CEST 2013


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1376373607 -7200
# Node ID c5b8c0d8aec3e397c95b23d2b6bb012706e88325
# Parent  d80bb62b7fd487404dd77e103868d2e5409411b0
Fix initialisation of Messungen controller

diff -r d80bb62b7fd4 -r c5b8c0d8aec3 app/controller/Messungen.js
--- a/app/controller/Messungen.js	Fri Aug 09 16:22:42 2013 +0200
+++ b/app/controller/Messungen.js	Tue Aug 13 08:00:07 2013 +0200
@@ -17,6 +17,7 @@
     ],
     init: function() {
         console.log('Initialising the Messungen controller');
+        this.callParent();
     },
     addListeners: function() {
         this.control({


More information about the Lada-commits mailing list