Fix the build

This commit is contained in:
lilia 2015-05-24 16:29:11 -07:00
parent 3eafefe18e
commit 585c82aee8

View file

@ -72,7 +72,6 @@
conversation.fetchMessages(); conversation.fetchMessages();
} else { } else {
openConversation(conversationId); openConversation(conversationId);
var windowId = windowMap.windowIdFrom(conversationId);
extension.windows.drawAttention(windowId); extension.windows.drawAttention(windowId);
} }
}; };