Author: ygrego Date: 2015-05-26 09:17:14 +0000 (Tue, 26 May 2015) New Revision: 1470 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1470 Log: Addition of a new class, representing a set of programmes associated with the channel list available on the stub. Added: oipf/js/utils/ProgrammeService.js Added: oipf/js/utils/ProgrammeService.js =================================================================== --- oipf/js/utils/ProgrammeService.js (rev 0) +++ oipf/js/utils/ProgrammeService.js 2015-05-26 09:17:14 UTC (rev 1470) @@ -0,0 +1,12 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ + +var ProgrammeService = Class.extend({ + + init: function(programmeListDocument) { + this.programmeListDocument = programmeListDocument; + } +});
participants (1)
-
ygregoï¼ users.nuiton.org