Add _.callback as an alias of _.createCallback.

This commit is contained in:
John-David Dalton
2014-01-22 08:54:25 -08:00
parent ac1bb2a6bd
commit bbc3100bb3
8 changed files with 129 additions and 119 deletions

View File

@@ -8990,7 +8990,7 @@
var acceptFalsey = _.difference(allMethods, rejectFalsey);
test('should accept falsey arguments', 163, function() {
test('should accept falsey arguments', 164, function() {
var emptyArrays = _.map(falsey, function() { return []; }),
isExposed = '_' in root,
oldDash = root._;