aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/droppable
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-04-17 12:13:38 -0400
committerScott González <scott.gonzalez@gmail.com>2015-04-17 12:13:38 -0400
commit6231b161b92d28bdb6657cdd1f7d11436e6b132d (patch)
treef5e4855b709195a920acedaed0fcfdfe74ad8596 /tests/unit/droppable
parent45797b9b4166a4d2e883cea9712e075bb484e337 (diff)
downloadjquery-ui-6231b161b92d28bdb6657cdd1f7d11436e6b132d.tar.gz
jquery-ui-6231b161b92d28bdb6657cdd1f7d11436e6b132d.zip
Tests: Fix AMD loading in IE8
It appears that we must load require.js via a standard script tag in order for it to work properly in IE8.
Diffstat (limited to 'tests/unit/droppable')
-rw-r--r--tests/unit/droppable/deprecated.html1
-rw-r--r--tests/unit/droppable/droppable.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/droppable/deprecated.html b/tests/unit/droppable/deprecated.html
index e47b41c6b..45bf1f460 100644
--- a/tests/unit/droppable/deprecated.html
+++ b/tests/unit/droppable/deprecated.html
@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Droppable Test Suite</title>
+ <script src="../../../external/requirejs/require.js"></script>
<script src="../../lib/css.js" data-modules="core"></script>
<script src="../../lib/bootstrap.js" data-widget="droppable" data-deprecated="true"></script>
</head>
diff --git a/tests/unit/droppable/droppable.html b/tests/unit/droppable/droppable.html
index 9021f8c78..5c3ec3dd9 100644
--- a/tests/unit/droppable/droppable.html
+++ b/tests/unit/droppable/droppable.html
@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Droppable Test Suite</title>
+ <script src="../../../external/requirejs/require.js"></script>
<script src="../../lib/css.js" data-modules="core"></script>
<script src="../../lib/bootstrap.js" data-widget="droppable"
data-no-back-compat="true"></script>