Backed out 6d349e5ae0ed (bug 889157) for JP test bustage

This commit is contained in:
Phil Ringnalda
2013-07-01 18:32:34 -07:00
parent 784f9c46c4
commit 84100ce0a4
75 changed files with 1275 additions and 4834 deletions

View File

@@ -12,8 +12,6 @@ module.metadata = {
const BaseAssert = require("sdk/test/assert").Assert;
const { isFunction, isObject } = require("sdk/lang/type");
exports.Assert = BaseAssert;
function extend(target) {
let descriptor = {}
Array.slice(arguments, 1).forEach(function(source) {