Author: ygrego Date: 2015-05-28 13:46:04 +0000 (Thu, 28 May 2015) New Revision: 1546 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1546 Log: Modification of the constructor's interface, addition of parameters "channelNumber" and "channelOrigin". Modified: oipf/js/utils/ChannelService.js Modified: oipf/js/utils/ChannelService.js =================================================================== --- oipf/js/utils/ChannelService.js 2015-05-28 13:37:06 UTC (rev 1545) +++ oipf/js/utils/ChannelService.js 2015-05-28 13:46:04 UTC (rev 1546) @@ -10,7 +10,7 @@ }, - init: function(currentChannel, channelListJson) { + init: function(currentChannel, channelNumber, channelOrigin, channelListJson) { this.channelListJson = channelListJson; this.getNumber = oipf.utils.generateFourDigit.bind(null); var channelName = "ARTE";