Author: ygrego Date: 2015-05-26 08:18:32 +0000 (Tue, 26 May 2015) New Revision: 1458 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1458 Log: Add a new property "_channelService". Modified: oipf/js/impl/ChannelConfig.js Modified: oipf/js/impl/ChannelConfig.js =================================================================== --- oipf/js/impl/ChannelConfig.js 2015-05-26 08:05:14 UTC (rev 1457) +++ oipf/js/impl/ChannelConfig.js 2015-05-26 08:18:32 UTC (rev 1458) @@ -92,8 +92,8 @@ }, - init: function() { - + init: function(channelService) { + this._channelService = channelService; var channelType = "TYPE_TV"; var channelName = "ARTE"; var channelIdType = 12;
participants (1)
-
ygregoï¼ users.nuiton.org