Skip to content

Commit

Permalink
reverting a non-important change that broke reduceRight in IE.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jul 13, 2011
1 parent 19beb29 commit 7eb7b08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/collections.js
Expand Up @@ -79,8 +79,6 @@ $(document).ready(function() {
ok(_.reduce(null, function(){}, 138) === 138, 'handles a null (with initial value) properly');

// Sparse arrays:
equals(_.reduce([], function(){}, undefined), undefined, 'undefined can be passed as a special case');

var sparseArray = [];
sparseArray[100] = 10;
sparseArray[200] = 20;
Expand Down

0 comments on commit 7eb7b08

Please sign in to comment.