chore: fix jshint error
This commit is contained in:
@@ -177,7 +177,9 @@ getJasmineRequireObj().matchersUtil = function(j$) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Deep compare objects.
|
// Deep compare objects.
|
||||||
var aKeys = keys(a), size = aKeys.length, key;
|
var aKeys = keys(a), key;
|
||||||
|
size = aKeys.length;
|
||||||
|
|
||||||
// Ensure that both objects contain the same number of properties before comparing deep equality.
|
// Ensure that both objects contain the same number of properties before comparing deep equality.
|
||||||
if (keys(b).length !== size) { return false; }
|
if (keys(b).length !== size) { return false; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user