mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
removed spurious comma
This commit is contained in:
parent
043825285c
commit
0f6e5be1d2
1 changed files with 1 additions and 1 deletions
|
|
@ -2380,7 +2380,7 @@ vAPI.net.registerListeners = function() {
|
|||
vAPI.tabs.onNavigation({
|
||||
frameId: 0,
|
||||
tabId: tabId,
|
||||
url: details.url,
|
||||
url: details.url
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue