Author: ygrego Date: 2015-02-28 22:06:22 +0000 (Sat, 28 Feb 2015) New Revision: 894 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/894 Log: A new parameter is added to constructor. Modified: oipf/js/impl/model/Channel.js Modified: oipf/js/impl/model/Channel.js =================================================================== --- oipf/js/impl/model/Channel.js 2015-02-28 21:35:30 UTC (rev 893) +++ oipf/js/impl/model/Channel.js 2015-02-28 22:06:22 UTC (rev 894) @@ -84,10 +84,11 @@ sid: null, - init: function (name, channelType, channelId) { + init: function (name, channelType, channelId, idType) { this.name = name; this.channelType = CHANNEL_CONSTANT[channelType]; this.channelId = channelId; + this.idType = idType; } }); \ No newline at end of file
participants (1)
-
ygregoï¼ users.nuiton.org