From 585c82aee822e493937e501b7a73595650b060d9 Mon Sep 17 00:00:00 2001 From: lilia Date: Sun, 24 May 2015 16:29:11 -0700 Subject: [PATCH] Fix the build --- js/panel_controller.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/panel_controller.js b/js/panel_controller.js index 0ad499a5..657f9c22 100644 --- a/js/panel_controller.js +++ b/js/panel_controller.js @@ -72,7 +72,6 @@ conversation.fetchMessages(); } else { openConversation(conversationId); - var windowId = windowMap.windowIdFrom(conversationId); extension.windows.drawAttention(windowId); } };