Skip to content

Commit

Permalink
Merge pull request #2228 from megawac/optimize-cleanup
Browse files Browse the repository at this point in the history
Remove unused optimizeCb case
  • Loading branch information
michaelficarra committed Jul 6, 2015
2 parents dfe2307 + 9506850 commit 5f194f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions underscore.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@
case 1: return function(value) {
return func.call(context, value);
};
case 2: return function(value, other) {
return func.call(context, value, other);
};
case 3: return function(value, index, collection) {
return func.call(context, value, index, collection);
};
Expand Down

0 comments on commit 5f194f3

Please sign in to comment.