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