Author: ygrego Date: 2015-05-26 09:34:12 +0000 (Tue, 26 May 2015) New Revision: 1475 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1475 Log: Creation of a new document in method "init". Modified: oipf/js/impl/OipfObjectFactory.js Modified: oipf/js/impl/OipfObjectFactory.js =================================================================== --- oipf/js/impl/OipfObjectFactory.js 2015-05-26 09:25:50 UTC (rev 1474) +++ oipf/js/impl/OipfObjectFactory.js 2015-05-26 09:34:12 UTC (rev 1475) @@ -30,7 +30,9 @@ this.applicationManagerObject = new ApplicationManagerObject(); this.capabilitiesObject = new CapabilitiesObject(modelFactory); this._createDocument( - this._oipfConfiguration.channelList, "_setChannelConfig"); + this._oipfConfiguration.channelList, "_setChannelConfig"); + this._createDocument( + this._oipfConfiguration.programmes, "_setRecordingSchedulerObject"); //this.codManagerObject = new CodManagerObject(); //this.imsObject = new IMSObecjet(); //this.mdtfObject = new MDTFObject();
participants (1)
-
ygregoï¼ users.nuiton.org