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/droppable/deprecated.html | 1 + tests/unit/droppable/droppable.html | 1 + 2 files changed, 2 insertions(+) (limited to 'tests/unit/droppable') 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 @@ jQuery UI Droppable Test Suite + 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 @@ jQuery UI Droppable Test Suite + -- cgit v1.2.3