Fix typo to fix AMD tests.

This commit is contained in:
John-David Dalton
2014-06-15 18:32:16 -07:00
parent 1c770a3c66
commit 4fd1eae84f

View File

@@ -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) {