Skip to content

Commit

Permalink
Reduce the complexity of a minor Underscore build optimization.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Jan 31, 2014
1 parent beb2771 commit 538491d
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 35 deletions.
2 changes: 2 additions & 0 deletions dist/lodash.underscore.js
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@
} else {
baseForOwn(collection, callback);
}
return collection;
}

/**
Expand All @@ -638,6 +639,7 @@
} else {
baseForOwnRight(collection, callback);
}
return collection;
}

/**
Expand Down
Loading

0 comments on commit 538491d

Please sign in to comment.