aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/resizable
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/resizable
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/resizable')
-rw-r--r--tests/unit/resizable/resizable.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/resizable/resizable.html b/tests/unit/resizable/resizable.html
index 5190e5f5c..e3550f31f 100644
--- a/tests/unit/resizable/resizable.html
+++ b/tests/unit/resizable/resizable.html
@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Resizable Test Suite</title>
+ <script src="../../../external/requirejs/require.js"></script>
<script src="../../lib/css.js" data-modules="core resizable"></script>
<script src="../../lib/bootstrap.js" data-widget="resizable"></script>
<style>