This commit is contained in:
Michael Teeuw 2016-04-09 15:51:18 +02:00
parent bad20c3e0b
commit 00a18d54bb

View File

@ -1,6 +1,4 @@
/* exported config */ /* Magic Mirror Config Sample
/* Magic Mirror Config
* *
* By Michael Teeuw http://michaelteeuw.nl * By Michael Teeuw http://michaelteeuw.nl
* MIT Licensed. * MIT Licensed.
@ -66,6 +64,5 @@ var config = {
}; };
/*************** DO NOT EDIT THE LINE BELOW ***************/ /*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== 'undefined') {module.exports = config;} if (typeof module !== 'undefined') {module.exports = config;}