unexpected
Advanced tools
Comparing version 5.0.0-beta32 to 5.0.0-beta33
@@ -361,3 +361,3 @@ /*global setTimeout*/ | ||
extendedBaseType.inspect = function (value, depth) { | ||
return baseType.inspect(value, depth, output.clone(), extendedBaseType.inspect.bind(extendedBaseType)); | ||
return baseType.inspect(value, depth, output.clone(), that.inspect.bind(that)); | ||
}; | ||
@@ -368,5 +368,5 @@ | ||
output.clone(), | ||
extendedBaseType.diff.bind(extendedBaseType), | ||
extendedBaseType.inspect.bind(extendedBaseType), | ||
extendedBaseType.equal.bind(extendedBaseType)); | ||
that.diff.bind(that), | ||
that.inspect.bind(that), | ||
that.equal.bind(that)); | ||
}; | ||
@@ -373,0 +373,0 @@ |
{ | ||
"name": "unexpected", | ||
"version": "5.0.0-beta32", | ||
"version": "5.0.0-beta33", | ||
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
497280