From 98b34967170b0b83e6f9017613c44c46e96bc944 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 11 Aug 2013 23:04:07 -0700 Subject: [PATCH] Fix typo in perf.js. Former-commit-id: d9572081f88cf96d50b868201eaf9d0b5bc4d63f --- perf/perf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),\