From d96bfd21b70cdf252360fde9ba7e7a7806fde81d Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 22 Jan 2014 11:37:28 -0800 Subject: [PATCH] Comment nit in the underscore build. [ci skip] --- dist/lodash.underscore.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/lodash.underscore.js b/dist/lodash.underscore.js index e65715ebd..05054995d 100644 --- a/dist/lodash.underscore.js +++ b/dist/lodash.underscore.js @@ -5012,6 +5012,7 @@ lodash.wrap = wrap; lodash.zip = zip; + // add aliases lodash.collect = map; lodash.drop = rest; lodash.each = forEach;