Merge pull request #622 from tosti007/develop

Fix typo and remove unused variable
This commit is contained in:
Michael Teeuw 2017-01-17 08:41:15 +01:00 committed by GitHub
commit 495a76353f
2 changed files with 1 additions and 2 deletions

View File

@ -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) {

View File

@ -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 = [];