From 1c64aa4af4fe766ae8e37053bf804f74e98d428d Mon Sep 17 00:00:00 2001 From: Deathamns Date: Tue, 13 Jan 2015 21:33:26 +0100 Subject: [PATCH] Firefox: fix tooltip animation --- platform/firefox/vapi-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index cc15494..cecc3a7 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -917,7 +917,7 @@ var httpObserver = { } try { - // [tabId, type, sourceTabId - given if it was a popup] + // [type, tabId, sourceTabId - given if it was a popup] channelData = channel.getProperty(location.host + 'reqdata'); } catch (ex) { return;