mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 11:22:38 +01:00
Merge branch 'master' of https://github.com/gorhill/uBlock into 1664
This commit is contained in:
commit
3488e6d5ba
4
dist/firefox/updates.json
vendored
4
dist/firefox/updates.json
vendored
@ -3,9 +3,9 @@
|
|||||||
"uBlock0@raymondhill.net": {
|
"uBlock0@raymondhill.net": {
|
||||||
"updates": [
|
"updates": [
|
||||||
{
|
{
|
||||||
"version": "1.37.1.2",
|
"version": "1.37.3.0",
|
||||||
"browser_specific_settings": { "gecko": { "strict_min_version": "57" } },
|
"browser_specific_settings": { "gecko": { "strict_min_version": "57" } },
|
||||||
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.37.1b2/uBlock0_1.37.1b2.firefox.signed.xpi"
|
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.37.3b0/uBlock0_1.37.3b0.firefox.signed.xpi"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
2
dist/version
vendored
2
dist/version
vendored
@ -1 +1 @@
|
|||||||
1.37.1.2
|
1.37.3.0
|
||||||
|
@ -86,7 +86,6 @@
|
|||||||
if ( Array.isArray(dl) ) {
|
if ( Array.isArray(dl) ) {
|
||||||
dl.push = item => doCallback(item);
|
dl.push = item => doCallback(item);
|
||||||
const q = dl.slice();
|
const q = dl.slice();
|
||||||
dl.length = 0;
|
|
||||||
for ( const item of q ) {
|
for ( const item of q ) {
|
||||||
doCallback(item);
|
doCallback(item);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user