Bug 1139189: Uplift the Add-on SDK to Firefox a=me
3fbf5a6bdd..3394ad5d1d
This commit is contained in:
@@ -78,7 +78,7 @@ function safeMerge(source) {
|
||||
exports.safeMerge = safeMerge;
|
||||
|
||||
/*
|
||||
* Returns a copy of the object without blacklisted properties
|
||||
* Returns a copy of the object without omitted properties
|
||||
*/
|
||||
function omit(source, ...values) {
|
||||
let copy = {};
|
||||
|
||||
Reference in New Issue
Block a user