Author: ygrego Date: 2015-05-26 08:55:38 +0000 (Tue, 26 May 2015) New Revision: 1467 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1467 Log: Modification of constructor name of object "ChannelService" in metghod "_setChannelConfig". Modified: oipf/js/impl/OipfObjectFactory.js Modified: oipf/js/impl/OipfObjectFactory.js =================================================================== --- oipf/js/impl/OipfObjectFactory.js 2015-05-26 08:53:21 UTC (rev 1466) +++ oipf/js/impl/OipfObjectFactory.js 2015-05-26 08:55:38 UTC (rev 1467) @@ -653,7 +653,7 @@ }, _setChannelConfig: function(channelListDocument) { - var channelService = new channelService(null, channelListDocument); + var channelService = new ChannelService(null, channelListDocument); this.channelConfig = new ChannelConfig(channelService); } });