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/dialog/deprecated.html | 1 + tests/unit/dialog/dialog.html | 1 + 2 files changed, 2 insertions(+) (limited to 'tests/unit/dialog') diff --git a/tests/unit/dialog/deprecated.html b/tests/unit/dialog/deprecated.html index 2d20b6291..50bab180d 100644 --- a/tests/unit/dialog/deprecated.html +++ b/tests/unit/dialog/deprecated.html @@ -4,6 +4,7 @@ jQuery UI Dialog Test Suite + diff --git a/tests/unit/dialog/dialog.html b/tests/unit/dialog/dialog.html index aa0e3d3ec..bdba5e11c 100644 --- a/tests/unit/dialog/dialog.html +++ b/tests/unit/dialog/dialog.html @@ -4,6 +4,7 @@ jQuery UI Dialog Test Suite + -- cgit v1.2.3