Author: ygrego Date: 2015-05-28 12:43:27 +0000 (Thu, 28 May 2015) New Revision: 1539 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1539 Log: Deletion of constructor's parameter. Modified: oipf/js/utils/ProgrammeHelper.js Modified: oipf/js/utils/ProgrammeHelper.js =================================================================== --- oipf/js/utils/ProgrammeHelper.js 2015-05-28 12:39:15 UTC (rev 1538) +++ oipf/js/utils/ProgrammeHelper.js 2015-05-28 12:43:27 UTC (rev 1539) @@ -31,10 +31,9 @@ programmes: null, - init: function(data) { + init: function() { this.channelService = new ChannelService(); this.programmes = []; - data && this.initProgrammes(data); }, /*