Author: ygrego Date: 2015-02-23 11:48:14 +0000 (Mon, 23 Feb 2015) New Revision: 860 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/860 Log: Addition of a channel identifier for a channel when this one is instanciated. Modified: oipf/js/impl/model/Channel.js Modified: oipf/js/impl/model/Channel.js =================================================================== --- oipf/js/impl/model/Channel.js 2015-02-23 11:45:05 UTC (rev 859) +++ oipf/js/impl/model/Channel.js 2015-02-23 11:48:14 UTC (rev 860) @@ -59,10 +59,10 @@ */ tunerID: null, - init: function (name, channelType, ccid) { + init: function (name, channelType, channelId) { this.name = name; this.channelType = CHANNEL_CONSTANT[channelType]; - this.ccid = ccid; + this.channelId = channelId; } }); \ No newline at end of file
participants (1)
-
ygregoï¼ users.nuiton.org