Author: ygrego Date: 2015-06-15 10:41:45 +0000 (Mon, 15 Jun 2015) New Revision: 1722 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1722 Log: Delete some warnings. Modified: oipf/lib/configuration/ConfigDefaultProperties.js Modified: oipf/lib/configuration/ConfigDefaultProperties.js =================================================================== --- oipf/lib/configuration/ConfigDefaultProperties.js 2015-06-15 10:37:50 UTC (rev 1721) +++ oipf/lib/configuration/ConfigDefaultProperties.js 2015-06-15 10:41:45 UTC (rev 1722) @@ -11,7 +11,7 @@ this.restrictedPowerState = { 0: false, // OFF 6: true // FACTORY_RESET - }, + }; this.tvStandardsSupported = { 1: true, @@ -19,13 +19,13 @@ 4: true, 8: true, 16: true - }, + }; this.screenSize = { "1280x720": true, //HD 720 "1920x1080": true, //HD 1080 "640x480": true //VGA - }, + }; this.configuration = { preferredAudioLanguage: "fra",