mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +00:00
Fix typo in perf.js.
Former-commit-id: d9572081f88cf96d50b868201eaf9d0b5bc4d63f
This commit is contained in:
@@ -287,7 +287,7 @@
|
|||||||
};\
|
};\
|
||||||
\
|
\
|
||||||
var _boundNormal = _.bind(func, thisArg),\
|
var _boundNormal = _.bind(func, thisArg),\
|
||||||
_boundMultiple = = _boundNormal,\
|
_boundMultiple = _boundNormal,\
|
||||||
_boundPartial = _.bind(func, thisArg, "hi");\
|
_boundPartial = _.bind(func, thisArg, "hi");\
|
||||||
\
|
\
|
||||||
var lodashBoundNormal = lodash.bind(func, thisArg),\
|
var lodashBoundNormal = lodash.bind(func, thisArg),\
|
||||||
|
|||||||
Reference in New Issue
Block a user