Add Module to globals, cleanup comments

This commit is contained in:
Veeck 2020-05-05 14:55:15 +02:00
parent c8a0f1d0de
commit 7fc7d626bc
16 changed files with 10 additions and 21 deletions

View File

@ -10,6 +10,7 @@
"config": true, "config": true,
"Log": true, "Log": true,
"MM": true, "MM": true,
"Module": true,
"moment": true "moment": true
}, },
"parserOptions": { "parserOptions": {

View File

@ -1,4 +1,4 @@
/* global defaultModules, Module, vendor */ /* global defaultModules, vendor */
/* Magic Mirror /* Magic Mirror
* Module and File loaders. * Module and File loaders.

View File

@ -1,4 +1,4 @@
/* global Loader, Module, defaults, Translator */ /* global Loader, defaults, Translator */
/* Magic Mirror /* Magic Mirror
* Main System * Main System

View File

@ -1,4 +1,4 @@
/* global Module, NotificationFx */ /* global NotificationFx */
/* Magic Mirror /* Magic Mirror
* Module: alert * Module: alert

View File

@ -1,4 +1,4 @@
/* global cloneObject, Module */ /* global cloneObject */
/* Magic Mirror /* Magic Mirror
* Module: Calendar * Module: Calendar

View File

@ -1,4 +1,4 @@
/* global Module, SunCalc */ /* global SunCalc */
/* Magic Mirror /* Magic Mirror
* Module: Clock * Module: Clock

View File

@ -1,5 +1,3 @@
/* global Module */
/* Magic Mirror /* Magic Mirror
* Module: Compliments * Module: Compliments
* *

View File

@ -1,5 +1,3 @@
/* global Module */
/* Magic Mirror /* Magic Mirror
* Module: CurrentWeather * Module: CurrentWeather
* *

View File

@ -1,5 +1,3 @@
/* global Module */
/* Magic Mirror /* Magic Mirror
* Module: HelloWorld * Module: HelloWorld
* *

View File

@ -1,5 +1,3 @@
/* global Module */
/* Magic Mirror /* Magic Mirror
* Module: NewsFeed * Module: NewsFeed
* *

View File

@ -1,5 +1,3 @@
/* global Module */
/* Magic Mirror /* Magic Mirror
* Module: UpdateNotification * Module: UpdateNotification
* *

View File

@ -1,4 +1,4 @@
/* global WeatherProvider */ /* global WeatherProvider, WeatherObject */
/* Magic Mirror /* Magic Mirror
* Module: Weather * Module: Weather

View File

@ -1,4 +1,4 @@
/* global WeatherProvider, WeatherObject */ /* global WeatherProvider, WeatherObject, SunCalc */
/* Magic Mirror /* Magic Mirror
* Module: Weather * Module: Weather

View File

@ -1,4 +1,4 @@
/* global WeatherProvider, WeatherObject */ /* global WeatherProvider, WeatherObject, SunCalc */
/* Magic Mirror /* Magic Mirror
* Module: Weather * Module: Weather

View File

@ -1,4 +1,4 @@
/* global Module, WeatherProvider */ /* global WeatherProvider */
/* Magic Mirror /* Magic Mirror
* Module: Weather * Module: Weather

View File

@ -1,5 +1,3 @@
/* global Module */
/* Magic Mirror /* Magic Mirror
* Module: WeatherForecast * Module: WeatherForecast
* *