Author: ygrego Date: 2015-02-10 10:32:57 +0000 (Tue, 10 Feb 2015) New Revision: 780 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/780 Log: Simple constructor for 'channelConfig' because channel list and current channel will be added in method 'initChannel' from 'init.js'. Modified: oipf/js/impl/ChannelConfig.js Modified: oipf/js/impl/ChannelConfig.js =================================================================== --- oipf/js/impl/ChannelConfig.js 2015-02-10 10:29:07 UTC (rev 779) +++ oipf/js/impl/ChannelConfig.js 2015-02-10 10:32:57 UTC (rev 780) @@ -92,9 +92,7 @@ }, - init: function(channelList, currentChannel) { - this.channelList = channelList; - this.currentChannel = currentChannel; + init: function() { }, /*