-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Description
As mentioned earlier (#2199), exectueBound doesn't support all of Function.prototype.bind cases on constructors which take variable arguments. As the main implementation of bind no longer uses the native implementation, it's important we fix it.
Lodash currently supports these cases.
var D = _.bind(Date, null, 2015, 05)
new D(10);Metadata
Metadata
Assignees
Labels
No labels