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