Files
MagicMirror/js/deprecated.js
T

15 lines
341 B
JavaScript
Raw Normal View History

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