Author: ygrego Date: 2015-02-23 15:08:24 +0000 (Mon, 23 Feb 2015) New Revision: 862 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/862 Log: Addition of a parameter in constructor which gives information on contents supported by the tuner. Modified: oipf/js/impl/model/Tuner.js Modified: oipf/js/impl/model/Tuner.js =================================================================== --- oipf/js/impl/model/Tuner.js 2015-02-23 15:01:38 UTC (rev 861) +++ oipf/js/impl/model/Tuner.js 2015-02-23 15:08:24 UTC (rev 862) @@ -88,8 +88,8 @@ */ powerOnExternal: null, - init: function() { - + init: function(idTypes) { + this.idTypes = idTypes; } }); \ No newline at end of file
participants (1)
-
ygregoï¼ users.nuiton.org