mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Fix trailing comma in args for old chromium
This commit is contained in:
parent
841fdfb8c7
commit
06cf186505
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
createMenuLinkEntry(
|
createMenuLinkEntry(
|
||||||
item.title,
|
item.title,
|
||||||
(tab) => item.getUrl(tab.url),
|
(tab) => item.getUrl(tab.url)
|
||||||
);
|
);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user