Author: ygrego Date: 2015-05-22 14:09:51 +0000 (Fri, 22 May 2015) New Revision: 1439 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1439 Log: The property "applicationManagerObject" is created in method "init". Modified: oipf/js/impl/OipfObjectFactory.js Modified: oipf/js/impl/OipfObjectFactory.js =================================================================== --- oipf/js/impl/OipfObjectFactory.js 2015-05-22 14:09:17 UTC (rev 1438) +++ oipf/js/impl/OipfObjectFactory.js 2015-05-22 14:09:51 UTC (rev 1439) @@ -8,7 +8,7 @@ init: function(modelFactory, dateUtils) { console.log("[INFO] constructor of OipfObjectFactory class called."); - //this.applicationManagerObject = new ApplicationManagerObject(); + this.applicationManagerObject = new ApplicationManagerObject(); this.capabilitiesObject = new CapabilitiesObject(modelFactory); //this.codManagerObject = new CodManagerObject(); this.channelConfig = new ChannelConfig();
participants (1)
-
ygregoï¼ users.nuiton.org