mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Add Module to globals, cleanup comments
This commit is contained in:
parent
c8a0f1d0de
commit
7fc7d626bc
@ -10,6 +10,7 @@
|
|||||||
"config": true,
|
"config": true,
|
||||||
"Log": true,
|
"Log": true,
|
||||||
"MM": true,
|
"MM": true,
|
||||||
|
"Module": true,
|
||||||
"moment": true
|
"moment": true
|
||||||
},
|
},
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* global defaultModules, Module, vendor */
|
/* global defaultModules, vendor */
|
||||||
|
|
||||||
/* Magic Mirror
|
/* Magic Mirror
|
||||||
* Module and File loaders.
|
* Module and File loaders.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* global Loader, Module, defaults, Translator */
|
/* global Loader, defaults, Translator */
|
||||||
|
|
||||||
/* Magic Mirror
|
/* Magic Mirror
|
||||||
* Main System
|
* Main System
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* global Module, NotificationFx */
|
/* global NotificationFx */
|
||||||
|
|
||||||
/* Magic Mirror
|
/* Magic Mirror
|
||||||
* Module: alert
|
* Module: alert
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* global cloneObject, Module */
|
/* global cloneObject */
|
||||||
|
|
||||||
/* Magic Mirror
|
/* Magic Mirror
|
||||||
* Module: Calendar
|
* Module: Calendar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* global Module, SunCalc */
|
/* global SunCalc */
|
||||||
|
|
||||||
/* Magic Mirror
|
/* Magic Mirror
|
||||||
* Module: Clock
|
* Module: Clock
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
/* global Module */
|
|
||||||
|
|
||||||
/* Magic Mirror
|
/* Magic Mirror
|
||||||
* Module: Compliments
|
* Module: Compliments
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
/* global Module */
|
|
||||||
|
|
||||||
/* Magic Mirror
|
/* Magic Mirror
|
||||||
* Module: CurrentWeather
|
* Module: CurrentWeather
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
/* global Module */
|
|
||||||
|
|
||||||
/* Magic Mirror
|
/* Magic Mirror
|
||||||
* Module: HelloWorld
|
* Module: HelloWorld
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
/* global Module */
|
|
||||||
|
|
||||||
/* Magic Mirror
|
/* Magic Mirror
|
||||||
* Module: NewsFeed
|
* Module: NewsFeed
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
/* global Module */
|
|
||||||
|
|
||||||
/* Magic Mirror
|
/* Magic Mirror
|
||||||
* Module: UpdateNotification
|
* Module: UpdateNotification
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* global WeatherProvider */
|
/* global WeatherProvider, WeatherObject */
|
||||||
|
|
||||||
/* Magic Mirror
|
/* Magic Mirror
|
||||||
* Module: Weather
|
* Module: Weather
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* global WeatherProvider, WeatherObject */
|
/* global WeatherProvider, WeatherObject, SunCalc */
|
||||||
|
|
||||||
/* Magic Mirror
|
/* Magic Mirror
|
||||||
* Module: Weather
|
* Module: Weather
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* global WeatherProvider, WeatherObject */
|
/* global WeatherProvider, WeatherObject, SunCalc */
|
||||||
|
|
||||||
/* Magic Mirror
|
/* Magic Mirror
|
||||||
* Module: Weather
|
* Module: Weather
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* global Module, WeatherProvider */
|
/* global WeatherProvider */
|
||||||
|
|
||||||
/* Magic Mirror
|
/* Magic Mirror
|
||||||
* Module: Weather
|
* Module: Weather
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
/* global Module */
|
|
||||||
|
|
||||||
/* Magic Mirror
|
/* Magic Mirror
|
||||||
* Module: WeatherForecast
|
* Module: WeatherForecast
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user