Bump to v4.16.2.

This commit is contained in:
John-David Dalton
2016-09-25 13:37:46 -07:00
parent 81b88ae10c
commit 2f8450b523
28 changed files with 212 additions and 74 deletions

View File

@@ -1,6 +1,6 @@
define(['./_apply', './_arrayMap', './_baseIteratee', './_baseRest'], function(apply, arrayMap, baseIteratee, baseRest) {
/** Used as the `TypeError` message for "Functions" methods. */
/** Error message constants. */
var FUNC_ERROR_TEXT = 'Expected a function';
/**