mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
This commit is contained in:
parent
de65fad273
commit
55af9e4703
1 changed files with 1 additions and 1 deletions
|
|
@ -1336,7 +1336,7 @@ vAPI.cloud = (function() {
|
|||
var i = 0;
|
||||
for (;;) {
|
||||
jsonSlice = bin[dataKey + i.toString()];
|
||||
if ( jsonSlice === '' ) {
|
||||
if ( jsonSlice === '' || jsonSlice === undefined ) {
|
||||
break;
|
||||
}
|
||||
json.push(jsonSlice);
|
||||
|
|
|
|||
Loading…
Reference in a new issue