forked from GitHub/dbot
missing bind
This commit is contained in:
parent
3cd6c91eda
commit
63e1344851
@ -71,7 +71,7 @@ var reddit = function(dbot) {
|
|||||||
checkTimes[channel.id][feed.subreddit] = Date.now();
|
checkTimes[channel.id][feed.subreddit] = Date.now();
|
||||||
}
|
}
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
}, feed.interval));
|
}.bind(this), feed.interval));
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
|
Loading…
Reference in New Issue
Block a user