mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Merge branch 'master' of github.com:gorhill/uBlock
This commit is contained in:
commit
2a47057209
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@
|
|||
result[key] = keys[key];
|
||||
}
|
||||
localforage.iterate(function(value, key) {
|
||||
if(!keys[key]) return;
|
||||
if(!keys.hasOwnProperty(key)) return;
|
||||
if(typeof value === "string") {
|
||||
result[key] = JSON.parse(value);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue