From 6231b161b92d28bdb6657cdd1f7d11436e6b132d Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 17 Apr 2015 12:13:38 -0400 Subject: 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. --- tests/unit/accordion/accordion.html | 1 + tests/unit/autocomplete/autocomplete.html | 1 + tests/unit/button/button.html | 1 + tests/unit/core/core.html | 1 + tests/unit/datepicker/datepicker.html | 1 + tests/unit/dialog/deprecated.html | 1 + tests/unit/dialog/dialog.html | 1 + tests/unit/draggable/draggable.html | 1 + tests/unit/droppable/deprecated.html | 1 + tests/unit/droppable/droppable.html | 1 + tests/unit/effects/effects.html | 1 + tests/unit/menu/menu.html | 1 + tests/unit/position/position.html | 1 + tests/unit/progressbar/progressbar.html | 1 + tests/unit/resizable/resizable.html | 1 + tests/unit/selectable/selectable.html | 1 + tests/unit/selectmenu/selectmenu.html | 1 + tests/unit/slider/slider.html | 1 + tests/unit/sortable/sortable.html | 1 + tests/unit/spinner/spinner.html | 1 + tests/unit/tabs/tabs.html | 1 + tests/unit/tooltip/deprecated.html | 1 + tests/unit/tooltip/tooltip.html | 1 + tests/unit/widget/widget.html | 1 + 24 files changed, 24 insertions(+) (limited to 'tests/unit') diff --git a/tests/unit/accordion/accordion.html b/tests/unit/accordion/accordion.html index db206a2e5..683b87456 100644 --- a/tests/unit/accordion/accordion.html +++ b/tests/unit/accordion/accordion.html @@ -4,6 +4,7 @@ jQuery UI Accordion Test Suite +