Author: ygrego Date: 2015-05-06 15:12:13 +0000 (Wed, 06 May 2015) New Revision: 1327 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1327 Log: Addition of a parameter in constructor call of "ModelFactory" into method "init". Modified: oipf/js/impl/OipfObjectFactory.js Modified: oipf/js/impl/OipfObjectFactory.js =================================================================== --- oipf/js/impl/OipfObjectFactory.js 2015-05-06 14:35:13 UTC (rev 1326) +++ oipf/js/impl/OipfObjectFactory.js 2015-05-06 15:12:13 UTC (rev 1327) @@ -8,7 +8,7 @@ init: function() { console.log("[INFO] constructor of OipfObjectFactory class called."); - this._modelFactory = new ModelFactory(); + this._modelFactory = new ModelFactory(data); //this.applicationManagerObject = new ApplicationManagerObject(); //this.capabilitiesObject = new CapabilitiesObject(); //this.codManagerObject = new CodManagerObject();