Add missing () to constructor
This commit is contained in:
parent
c34192aace
commit
1bf6f98bde
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue