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
193cbac43e
commit
ee0b2c2fa4
1 changed files with 0 additions and 1 deletions
|
|
@ -86,7 +86,6 @@
|
|||
if ( Array.isArray(dl) ) {
|
||||
dl.push = item => doCallback(item);
|
||||
const q = dl.slice();
|
||||
dl.length = 0;
|
||||
for ( const item of q ) {
|
||||
doCallback(item);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue