diff --git a/perf/perf.js b/perf/perf.js index 0c49e0b3f..5c96325cb 100644 --- a/perf/perf.js +++ b/perf/perf.js @@ -287,7 +287,7 @@ };\ \ var _boundNormal = _.bind(func, thisArg),\ - _boundMultiple = = _boundNormal,\ + _boundMultiple = _boundNormal,\ _boundPartial = _.bind(func, thisArg, "hi");\ \ var lodashBoundNormal = lodash.bind(func, thisArg),\