From 80a92f006899606111aafeacdfacbed087c2543f Mon Sep 17 00:00:00 2001 From: Borjan Tchakaloff Date: Tue, 8 Oct 2013 12:39:58 +0200 Subject: [PATCH] extra trailing space --- underscore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/underscore.js b/underscore.js index b50115df5..a2a0d5703 100644 --- a/underscore.js +++ b/underscore.js @@ -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;