Update changelog and commen tags

This commit is contained in:
Veeck 2020-04-21 10:41:21 +02:00 committed by rejas
parent 9ec329b7ae
commit ec187fe109
16 changed files with 7 additions and 21 deletions

View file

@ -1,11 +1,11 @@
/* global config, vendor, MM, Log, Module */
/* Magic Mirror
* Module and File loaders.
*
* By Michael Teeuw http://michaelteeuw.nl
* MIT Licensed.
*/
var Loader = (function() {
/* Create helper variables */

View file

@ -1,4 +1,4 @@
/* global Log, Loader, Module, config, defaults */
/* global Log, Loader, Module, config, defaults */
/* Magic Mirror
* Main System
@ -6,7 +6,6 @@
* By Michael Teeuw http://michaelteeuw.nl
* MIT Licensed.
*/
var MM = (function() {
var modules = [];