Bump to v4.8.0.

This commit is contained in:
John-David Dalton
2016-04-01 23:29:18 -07:00
parent ce0b51888c
commit 723c02dbfa
63 changed files with 222 additions and 149 deletions

View File

@@ -6,9 +6,8 @@ import root from './_root';
var BIND_FLAG = 1;
/**
* Creates a function that wraps `func` to invoke it with the optional `this`
* binding of `thisArg` and the `partials` prepended to those provided to
* the wrapper.
* Creates a function that wraps `func` to invoke it with the `this` binding
* of `thisArg` and `partials` prepended to the arguments it receives.
*
* @private
* @param {Function} func The function to wrap.