Bug 1139189: Uplift the Add-on SDK to Firefox a=me

3fbf5a6bdd..3394ad5d1d
This commit is contained in:
Dave Townsend
2015-03-11 22:19:48 -07:00
parent 214585490e
commit a848aee169
108 changed files with 4844 additions and 855 deletions

View File

@@ -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 = {};