removed spurious comma

This commit is contained in:
gorhill 2015-12-15 21:43:21 -05:00
parent 043825285c
commit 0f6e5be1d2
1 changed files with 1 additions and 1 deletions

View File

@ -2380,7 +2380,7 @@ vAPI.net.registerListeners = function() {
vAPI.tabs.onNavigation({
frameId: 0,
tabId: tabId,
url: details.url,
url: details.url
});
};