MagicMirror/config/deprecated.js
2016-12-14 18:54:44 +01:00

13 lines
281 B
JavaScript

/* 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;}