From 708a2ec703dc1ef67f0c9316ac2e6b71fc66ee06 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 4 Mar 2014 01:17:20 -0800 Subject: [PATCH] Minor whitespace nits. [ci skip] --- lodash.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lodash.js b/lodash.js index 3e88b79c5..dbd9f135d 100644 --- a/lodash.js +++ b/lodash.js @@ -3461,7 +3461,6 @@ /*--------------------------------------------------------------------------*/ - /** * Creates an array of elements from the specified indexes, or keys, of the * `collection`. Indexes may be specified as individual arguments or as arrays @@ -5378,7 +5377,6 @@ /*--------------------------------------------------------------------------*/ - /** * Assigns own enumerable properties of source object(s) to the destination * object. Subsequent sources will overwrite property assignments of previous