Author: ygrego Date: 2015-02-23 15:01:38 +0000 (Mon, 23 Feb 2015) New Revision: 861 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/861 Log: Creation of "Configuration" object in OipfObjectFactory constructor. Modified: oipf/js/impl/OipfObjectFactory.js Modified: oipf/js/impl/OipfObjectFactory.js =================================================================== --- oipf/js/impl/OipfObjectFactory.js 2015-02-23 11:48:14 UTC (rev 860) +++ oipf/js/impl/OipfObjectFactory.js 2015-02-23 15:01:38 UTC (rev 861) @@ -36,7 +36,7 @@ //this.parentalControlManagerObject = new ParentalControlManagerObject(); //this.recordingSchedulerObject = new RecordingSchedulerObject(); this.searchManagerObject = new SearchManagerObject(); - //this.configurationObject = new ConfigurationObject(); + this.configurationObject = new ConfigurationObject(); //this.downloadManagerObject= new DownloadManagerObject(); //this.downloadTriggerObject= new DownloadTriggerObject(); //this.drmAgentObject= new DrmAgentObject();
participants (1)
-
ygregoï¼ users.nuiton.org