mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
resolv some missing fix eslint rules no-trailing-spaces
This commit is contained in:
parent
809d932087
commit
a48cb052c2
@ -388,7 +388,7 @@ Module.register("calendar", {
|
|||||||
|
|
||||||
/* broadcastEvents()
|
/* broadcastEvents()
|
||||||
* Broadcasts the events to all other modules for reuse.
|
* Broadcasts the events to all other modules for reuse.
|
||||||
* The all events available in one array, sorted on startdate.
|
* The all events available in one array, sorted on startdate.
|
||||||
*/
|
*/
|
||||||
broadcastEvents: function () {
|
broadcastEvents: function () {
|
||||||
var eventList = [];
|
var eventList = [];
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* CalendarFetcher Tester
|
/* CalendarFetcher Tester
|
||||||
* use this script with `node debug.js` to test the fetcher without the need
|
* use this script with `node debug.js` to test the fetcher without the need
|
||||||
* of starting the MagicMirror core. Adjust the values below to your desire.
|
* of starting the MagicMirror core. Adjust the values below to your desire.
|
||||||
*
|
*
|
||||||
* By Michael Teeuw http://michaelteeuw.nl
|
* By Michael Teeuw http://michaelteeuw.nl
|
||||||
@ -30,4 +30,3 @@ fetcher.onError(function(fetcher, error) {
|
|||||||
fetcher.startFetch();
|
fetcher.startFetch();
|
||||||
|
|
||||||
console.log("Create fetcher done! ");
|
console.log("Create fetcher done! ");
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ module.exports = NodeHelper.create({
|
|||||||
},
|
},
|
||||||
|
|
||||||
/* broadcastFeeds()
|
/* broadcastFeeds()
|
||||||
* Creates an object with all feed items of the different registered feeds,
|
* Creates an object with all feed items of the different registered feeds,
|
||||||
* and broadcasts these using sendSocketNotification.
|
* and broadcasts these using sendSocketNotification.
|
||||||
*/
|
*/
|
||||||
broadcastFeeds: function() {
|
broadcastFeeds: function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user