Put file deprecated into js directory

Request in Pull Request #569
Initial work by @olexs
This commit is contained in:
Rodrigo Ramírez Norambuena
2017-02-21 19:28:53 -03:00
parent fd7fe129e2
commit db0b663a3d
4 changed files with 13 additions and 8 deletions

14
js/deprecated.js Normal file
View File

@@ -0,0 +1,14 @@
/* 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;}