Ensure a customer function works on deep cloned objects.

This commit is contained in:
John-David Dalton
2014-10-15 20:11:39 -07:00
parent af67dd6610
commit 8bff1e8bc4
2 changed files with 13 additions and 15 deletions

View File

@@ -1708,7 +1708,7 @@
argsList.push(slice.call(arguments));
});
deepEqual(argsList, isDeep ? [[klass], [1, 'a']] : [[klass]]);
deepEqual(argsList, isDeep ? [[klass], [1, 'a', klass]] : [[klass]]);
});
test('`_.' + methodName + '` should support the `thisArg` argument', 1, function() {