mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Do not truncate datalayer
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1671
Regression from:
- 0dbe581c5b
This commit is contained in:
parent
d5ced9bced
commit
6e4e50ddf0
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue