Author: ygrego Date: 2015-02-10 14:18:44 +0000 (Tue, 10 Feb 2015) New Revision: 787 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/787 Log: Addition of a parameter representing available tuners on terminal to constructor 'LocalSystem.init'. Modified: oipf/js/impl/model/LocalSystem.js Modified: oipf/js/impl/model/LocalSystem.js =================================================================== --- oipf/js/impl/model/LocalSystem.js 2015-02-10 13:56:10 UTC (rev 786) +++ oipf/js/impl/model/LocalSystem.js 2015-02-10 14:18:44 UTC (rev 787) @@ -30,8 +30,8 @@ */ tuners: null, - init: function() { - + init: function(tuners) { + this.tuners = tuners; } }); \ No newline at end of file