Add missing semicolon
:[
This commit is contained in:
parent
5d4298697c
commit
319332bb6f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
extension.windows.getCurrent(function (windowInfo) {
|
extension.windows.getCurrent(function (windowInfo) {
|
||||||
var bg = extension.windows.getBackground();
|
var bg = extension.windows.getBackground();
|
||||||
window.$ = bg.$;
|
window.$ = bg.$;
|
||||||
var body = $('body', document)
|
var body = $('body', document);
|
||||||
var conversation = bg.getConversationForWindow(windowInfo.id);
|
var conversation = bg.getConversationForWindow(windowInfo.id);
|
||||||
if (conversation) {
|
if (conversation) {
|
||||||
window.document.title = conversation.getTitle();
|
window.document.title = conversation.getTitle();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue