From 4fd1eae84fec005c2cc1f5c9c595a7112004657c Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 15 Jun 2014 18:32:16 -0700 Subject: [PATCH] Fix typo to fix AMD tests. --- test/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.html b/test/index.html index 5ad3bab35..a75d8c84e 100644 --- a/test/index.html +++ b/test/index.html @@ -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) {