Author: ygrego Date: 2015-05-28 15:22:09 +0000 (Thu, 28 May 2015) New Revision: 1551 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1551 Log: Call "ChannelService" constructor with the right parameter. Modified: oipf/js/impl/OipfObjectFactory.js Modified: oipf/js/impl/OipfObjectFactory.js =================================================================== --- oipf/js/impl/OipfObjectFactory.js 2015-05-28 15:17:21 UTC (rev 1550) +++ oipf/js/impl/OipfObjectFactory.js 2015-05-28 15:22:09 UTC (rev 1551) @@ -658,7 +658,8 @@ }, _setChannelConfig: function(channelListJson) { - var channelService = new ChannelService(null, channelListJson); + var channelService = + new ChannelService(null, channelListJson.channelList.channel); this.channelConfig = new ChannelConfig(channelService); },
participants (1)
-
ygregoï¼ users.nuiton.org