Add _.get and _.set.

This commit is contained in:
jdalton
2015-03-29 20:59:48 -07:00
parent 18313f2e90
commit 2edcc89303
2 changed files with 128 additions and 37 deletions

View File

@@ -16543,7 +16543,7 @@
var acceptFalsey = _.difference(allMethods, rejectFalsey);
test('should accept falsey arguments', 213, function() {
test('should accept falsey arguments', 215, function() {
var emptyArrays = _.map(falsey, _.constant([])),
isExposed = '_' in root,
oldDash = root._;