3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-26 12:42:51 +01:00

missing bind

This commit is contained in:
reality 2013-12-19 20:16:19 +00:00
parent 3cd6c91eda
commit 63e1344851

View File

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