Mercurial > lada > lada-client
comparison app/controller/Messungen.js @ 312:c5b8c0d8aec3
Fix initialisation of Messungen controller
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 13 Aug 2013 08:00:07 +0200 |
parents | 1bda6420c87c |
children | 6a7a9267e00f |
comparison
equal
deleted
inserted
replaced
311:d80bb62b7fd4 | 312:c5b8c0d8aec3 |
---|---|
15 'Status', | 15 'Status', |
16 'Messgroessen' | 16 'Messgroessen' |
17 ], | 17 ], |
18 init: function() { | 18 init: function() { |
19 console.log('Initialising the Messungen controller'); | 19 console.log('Initialising the Messungen controller'); |
20 this.callParent(); | |
20 }, | 21 }, |
21 addListeners: function() { | 22 addListeners: function() { |
22 this.control({ | 23 this.control({ |
23 'messungenlist': { | 24 'messungenlist': { |
24 itemdblclick: this.editItem | 25 itemdblclick: this.editItem |