mirror of https://github.com/gorhill/uBlock.git
removed spurious comma
This commit is contained in:
parent
043825285c
commit
0f6e5be1d2
|
@ -2380,7 +2380,7 @@ vAPI.net.registerListeners = function() {
|
|||
vAPI.tabs.onNavigation({
|
||||
frameId: 0,
|
||||
tabId: tabId,
|
||||
url: details.url,
|
||||
url: details.url
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue