Author: ygrego Date: 2015-05-26 08:02:25 +0000 (Tue, 26 May 2015) New Revision: 1456 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1456 Log: Add a new property "channelListDocument" in order to create a list of "Channel" object. Modified: oipf/js/utils/ChannelService.js Modified: oipf/js/utils/ChannelService.js =================================================================== --- oipf/js/utils/ChannelService.js 2015-05-26 07:56:31 UTC (rev 1455) +++ oipf/js/utils/ChannelService.js 2015-05-26 08:02:25 UTC (rev 1456) @@ -10,7 +10,8 @@ }, - init: function(currentChannel) { + init: function(currentChannel, channelListDocument) { + this.channelListDocument = channelListDocument; this.getNumber = oipf.utils.generateFourDigit.bind(null); var channelName = "ARTE"; var channelIdType = 12;