Add missing () to constructor

with-route-provider
David Cormier 12 years ago
parent c34192aace
commit 1bf6f98bde
  1. 2
      js/websockets.js

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

Loading…
Cancel
Save