MagicMirror/config/deprecated.js
2017-01-27 18:02:50 +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;}