Add missing () to constructor

This commit is contained in:
David Cormier 2014-01-27 11:14:48 -05:00
parent c34192aace
commit 1bf6f98bde

View file

@ -224,7 +224,7 @@ weechat.factory('connection', ['$q', '$rootScope', '$log', '$store', 'handlers',
var cbId = getCurrentCallBackId();
callbacks[cbId] = {
time: new Date,
time: new Date(),
cb: defer,
};