MagicMirror/js/deprecated.js
Rodrigo Ramírez Norambuena ddff2b2982 Move colors into utils file
2017-02-28 01:41:21 -03:00

15 lines
341 B
JavaScript

/* Magic Mirror Deprecated Config Options List
*
* By Michael Teeuw http://michaelteeuw.nl
* MIT Licensed.
*
* Olex S. original idea this deprecated option
*/
var deprecated = {
configs: ["kioskmode"],
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = deprecated;}