diff options
Diffstat (limited to 'tests/unit/dialog/dialog.html')
-rw-r--r-- | tests/unit/dialog/dialog.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <meta charset="utf-8"> <title>jQuery UI Dialog Test Suite</title> + <script src="../../../external/requirejs/require.js"></script> <script src="../../lib/css.js" data-modules="core button dialog"></script> <script src="../../lib/bootstrap.js" data-widget="dialog" data-no-back-compat="true"></script> </head> |