lint compliance

This commit is contained in:
yflory
2018-09-06 18:45:53 +02:00
parent e6743887fc
commit 9e27f111cb
3 changed files with 8 additions and 9 deletions

View File

@@ -413,7 +413,7 @@ Messenger, MessengerUI, Messages) {
return $container;
};
var initChat = function (toolbar, config) {
var initChat = function (toolbar) {
var $container = $('<div>', {id: 'cp-app-contacts-container'})
.prependTo(toolbar.chatContent);
var sframeChan = Common.getSframeChannel();