Added console warning for deprecated config options

This commit is contained in:
Olexandr Savchuk
2016-12-14 18:54:44 +01:00
parent 9bd42ac221
commit 90616c82b6
4 changed files with 30 additions and 0 deletions

12
config/deprecated.js Normal file
View File

@@ -0,0 +1,12 @@
/* Magic Mirror Deprecated Config Options List
*
* By Michael Teeuw http://michaelteeuw.nl
* MIT Licensed.
*/
var deprecated = [
'kioskmode'
];
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== 'undefined') {module.exports = deprecated;}