mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Add fallback for Date.now and keep Array#isArray fallback in modern builds.
Former-commit-id: 4c5ca88d73b8624fdebf50b40c0384219008cb7c
This commit is contained in:
1
dist/lodash.underscore.js
vendored
1
dist/lodash.underscore.js
vendored
@@ -618,6 +618,7 @@
|
||||
var isBind = bitmask & 1,
|
||||
isBindKey = bitmask & 2,
|
||||
isCurry = bitmask & 4,
|
||||
isPartial = bitmask & 8,
|
||||
isPartialRight = bitmask & 16;
|
||||
|
||||
if (!isBindKey && !isFunction(func)) {
|
||||
|
||||
Reference in New Issue
Block a user