Author: ygrego Date: 2015-05-28 09:49:35 +0000 (Thu, 28 May 2015) New Revision: 1524 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1524 Log: Rename the old property "channelListDocument" in "channelListJson". Modified: oipf/js/utils/ChannelService.js Modified: oipf/js/utils/ChannelService.js =================================================================== --- oipf/js/utils/ChannelService.js 2015-05-28 09:39:22 UTC (rev 1523) +++ oipf/js/utils/ChannelService.js 2015-05-28 09:49:35 UTC (rev 1524) @@ -10,8 +10,8 @@ }, - init: function(currentChannel, channelListDocument) { - this.channelListDocument = channelListDocument; + init: function(currentChannel, channelListJson) { + this.channelListJson = channelListJson; this.getNumber = oipf.utils.generateFourDigit.bind(null); var channelName = "ARTE"; var channelIdType = 12;