4 Feb
2015
4 Feb
'15
10:19 a.m.
Author: ygrego Date: 2015-02-04 10:19:16 +0000 (Wed, 04 Feb 2015) New Revision: 768 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/768 Log: Reorganizing of current file. Modified: oipf/js/initObj/init.js Modified: oipf/js/initObj/init.js =================================================================== --- oipf/js/initObj/init.js 2015-02-04 09:45:28 UTC (rev 767) +++ oipf/js/initObj/init.js 2015-02-04 10:19:16 UTC (rev 768) @@ -103,15 +103,13 @@ * * Visibility Type: readonly String */ - tunerID: null, - + tunerID: null, init: function(name , channelType) { this.name = name; this.channelType = CHANNEL_CONSTANT[channelType]; } - }); /*