Author: ygrego Date: 2015-05-28 13:53:16 +0000 (Thu, 28 May 2015) New Revision: 1547 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1547 Log: Addition of properties "channelNumber" and "channelOrigin" to the class. (Modification in constructor) Modified: oipf/js/utils/ChannelService.js Modified: oipf/js/utils/ChannelService.js =================================================================== --- oipf/js/utils/ChannelService.js 2015-05-28 13:46:04 UTC (rev 1546) +++ oipf/js/utils/ChannelService.js 2015-05-28 13:53:16 UTC (rev 1547) @@ -11,6 +11,8 @@ }, init: function(currentChannel, channelNumber, channelOrigin, channelListJson) { + this.channelNumber = channelNumber; + this.channelOrigin = channelOrigin; this.channelListJson = channelListJson; this.getNumber = oipf.utils.generateFourDigit.bind(null); var channelName = "ARTE";