mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
Fix typo to fix AMD tests.
This commit is contained in:
@@ -264,7 +264,7 @@
|
|||||||
lodashModule = lodash;
|
lodashModule = lodash;
|
||||||
lodashModule.moduleName = 'lodash';
|
lodashModule.moduleName = 'lodash';
|
||||||
|
|
||||||
shimmed = shimmed && (shimmed['default'] || shimmmed);
|
shimmed = shimmed && (shimmed['default'] || shimmed);
|
||||||
underscore = underscore && (underscore['default'] || underscore);
|
underscore = underscore && (underscore['default'] || underscore);
|
||||||
|
|
||||||
if (shimmed && shimmed.noConflict) {
|
if (shimmed && shimmed.noConflict) {
|
||||||
|
|||||||
Reference in New Issue
Block a user