Author: ygrego Date: 2015-05-28 13:37:06 +0000 (Thu, 28 May 2015) New Revision: 1545 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1545 Log: Deletion of parameter "_modelFactory" for the creation of an object "SearchManagerObject". Modified: oipf/js/impl/OipfObjectFactory.js Modified: oipf/js/impl/OipfObjectFactory.js =================================================================== --- oipf/js/impl/OipfObjectFactory.js 2015-05-28 13:30:59 UTC (rev 1544) +++ oipf/js/impl/OipfObjectFactory.js 2015-05-28 13:37:06 UTC (rev 1545) @@ -667,6 +667,6 @@ .initProgrammes(programmesJson.tv.programme); var programmeService = new ProgrammeService(oipfProgrammes); this.searchManagerObject = - new SearchManagerObject(this._modelFactory, programmeService); + new SearchManagerObject(programmeService); } });
participants (1)
-
ygregoï¼ users.nuiton.org