Add missing () to constructor

This commit is contained in:
David Cormier 2014-01-27 11:14:48 -05:00
parent c34192aace
commit 1bf6f98bde
1 changed files with 1 additions and 1 deletions

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,
};