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,
"Log": true,
"MM": true,
"Module": true,
"moment": true
},
"parserOptions": {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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