Add missing () to constructor
This commit is contained in:
parent
c34192aace
commit
1bf6f98bde
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue