1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

removed spurious comma

This commit is contained in:
gorhill 2015-12-15 21:43:21 -05:00
parent 043825285c
commit 0f6e5be1d2

View File

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