Add missing semicolons

with-route-provider
David Cormier 12 years ago committed by Tor Hveem
parent a3eaec9206
commit 51e01ec6d4
  1. 4
      js/websockets.js

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

Loading…
Cancel
Save