1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00
This commit is contained in:
gorhill 2016-11-04 12:59:06 -04:00
parent 969747e3c0
commit f2cb4cefc4
2 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@ var objectAssign = Object.assign || function(target, source) {
key = keys[i];
target[key] = source[key];
}
return target;
};
/******************************************************************************/

View File

@ -37,6 +37,7 @@ var objectAssign = Object.assign || function(target, source) {
key = keys[i];
target[key] = source[key];
}
return target;
};
/******************************************************************************/