From 0f6e5be1d218fdb2e518f5183a43710627b504c3 Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 15 Dec 2015 21:43:21 -0500 Subject: [PATCH] removed spurious comma --- 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 9b1e2397b..e15072456 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -2380,7 +2380,7 @@ vAPI.net.registerListeners = function() { vAPI.tabs.onNavigation({ frameId: 0, tabId: tabId, - url: details.url, + url: details.url }); };