mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 19:37:49 +00:00
Missed a BIND_FLAG use in baseCreateCallback.
This commit is contained in:
@@ -1337,7 +1337,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// exit early if there are no `this` references or `func` is bound
|
// exit early if there are no `this` references or `func` is bound
|
||||||
if (bindData === false || (bindData !== true && bindData[1] & 1)) {
|
if (bindData === false || (bindData !== true && bindData[1] & BIND_FLAG)) {
|
||||||
return func;
|
return func;
|
||||||
}
|
}
|
||||||
switch (argCount) {
|
switch (argCount) {
|
||||||
|
|||||||
Reference in New Issue
Block a user