From 9cc06a94ec6a7ad5db3ed34b33b6b6ad19a43fa6 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 14 Feb 2014 00:06:08 -0800 Subject: [PATCH] Add a module id of "underscore" to the Underscore build. --- dist/lodash.underscore.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/lodash.underscore.js b/dist/lodash.underscore.js index d7b5dda77..1435bf58a 100644 --- a/dist/lodash.underscore.js +++ b/dist/lodash.underscore.js @@ -1,7 +1,7 @@ /** * @license * Lo-Dash 2.4.1 (Custom Build) - * Build: `lodash underscore exports="amd,commonjs,global,node" -o ./dist/lodash.underscore.js` + * Build: `lodash underscore -o ./dist/lodash.underscore.js` * Copyright 2012-2014 The Dojo Foundation * Based on Underscore.js 1.6.0 * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors @@ -618,7 +618,7 @@ } /** - * The base implementation of `_.forEachEach` without support for callback + * The base implementation of `_.forEachRight` without support for callback * shorthands or `thisArg` binding. * * @private @@ -5231,7 +5231,7 @@ // define as an anonymous module so, through path mapping, it can be // referenced as the "underscore" module - define(function() { + define('underscore', function() { return lodash; }); }