Skip to content

Commit

Permalink
extra trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
bibz committed Oct 8, 2013
1 parent 101c10a commit 80a92f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion underscore.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
return result.value;
};

// Shuffle an array, using the modern version of the
// Shuffle an array, using the modern version of the
// [Fisher-Yates shuffle](http://en.wikipedia.org/wiki/Fisher–Yates_shuffle).
_.shuffle = function(obj) {
var rand;
Expand Down

0 comments on commit 80a92f0

Please sign in to comment.