mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-01 13:33:15 +00:00
Merge pull request #622 from tosti007/develop
Fix typo and remove unused variable
This commit is contained in:
commit
495a76353f
@ -360,7 +360,7 @@ Module.register("calendar", {
|
|||||||
|
|
||||||
/* capFirst(string)
|
/* capFirst(string)
|
||||||
* Capitalize the first letter of a string
|
* Capitalize the first letter of a string
|
||||||
* Eeturn capitalized string
|
* Return capitalized string
|
||||||
*/
|
*/
|
||||||
|
|
||||||
capFirst: function (string) {
|
capFirst: function (string) {
|
||||||
|
@ -12,7 +12,6 @@ var CalendarFetcher = require("./calendarfetcher.js");
|
|||||||
module.exports = NodeHelper.create({
|
module.exports = NodeHelper.create({
|
||||||
// Override start method.
|
// Override start method.
|
||||||
start: function() {
|
start: function() {
|
||||||
var self = this;
|
|
||||||
var events = [];
|
var events = [];
|
||||||
|
|
||||||
this.fetchers = [];
|
this.fetchers = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user