Add missing semicolons
This commit is contained in:
parent
a3eaec9206
commit
51e01ec6d4
|
@ -224,8 +224,8 @@ 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,
|
||||||
};
|
};
|
||||||
|
|
||||||
defer.id = cbId;
|
defer.id = cbId;
|
||||||
|
|
Loading…
Reference in New Issue