Skip to content

Commit

Permalink
Use baseEach in underscore build of _.sortBy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Jan 19, 2014
1 parent 7b67d41 commit 746034b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/lodash.underscore.js
Original file line number Diff line number Diff line change
Expand Up @@ -3019,7 +3019,7 @@
result = Array(typeof length == 'number' ? length : 0);

callback = createCallback(callback, thisArg, 3);
forEach(collection, function(value, key, collection) {
baseEach(collection, function(value, key, collection) {
result[++index] = {
'criteria': callback(value, key, collection),
'index': index,
Expand Down
2 changes: 1 addition & 1 deletion dist/lodash.underscore.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 746034b

Please sign in to comment.