Add missing semicolons

This commit is contained in:
David Cormier 2013-12-16 08:09:01 -05:00 committed by Tor Hveem
parent a3eaec9206
commit 51e01ec6d4
1 changed files with 2 additions and 2 deletions

View File

@ -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;