mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fix #2126
This commit is contained in:
parent
969747e3c0
commit
f2cb4cefc4
2 changed files with 2 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ var objectAssign = Object.assign || function(target, source) {
|
|||
key = keys[i];
|
||||
target[key] = source[key];
|
||||
}
|
||||
return target;
|
||||
};
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ var objectAssign = Object.assign || function(target, source) {
|
|||
key = keys[i];
|
||||
target[key] = source[key];
|
||||
}
|
||||
return target;
|
||||
};
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in a new issue