Remove exposed castFunction and castPath.

This commit is contained in:
John-David Dalton
2016-02-14 10:07:09 -08:00
parent 6e74724c0f
commit abcebb4f48
2 changed files with 37 additions and 47 deletions

View File

@@ -24135,7 +24135,7 @@
var acceptFalsey = lodashStable.difference(allMethods, rejectFalsey);
QUnit.test('should accept falsey arguments', function(assert) {
assert.expect(299);
assert.expect(297);
var emptyArrays = lodashStable.map(falsey, alwaysEmptyArray);