From 24b03d42d6e3e37bea6c45abaf3a5618a6ea8f2f Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 11 Sep 2013 22:16:22 -0700 Subject: [PATCH] Fix dojo loader in IE < 9. [ci skip] --- test/index.html | 6 +++--- test/underscore.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/index.html b/test/index.html index 4378d2790..1059917c2 100644 --- a/test/index.html +++ b/test/index.html @@ -46,10 +46,10 @@ shimmedModule, underscoreModule; - if (window.curl) { - var require = curl; - } (function() { + if (window.curl) { + curl.config({ 'apiName': 'require' }); + } if (!window.require) { return; } diff --git a/test/underscore.html b/test/underscore.html index 546cd0521..040f4efba 100644 --- a/test/underscore.html +++ b/test/underscore.html @@ -80,10 +80,10 @@ );