diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-06-10 07:55:45 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-06-24 22:45:32 -0400 |
commit | 6df127a0b591d2a1437361f9cb6f3524a7b2e111 (patch) | |
tree | 40dc2b5fba9a00905a68e95efeab016cba4b88dd /tests/unit/draggable/draggable.html | |
parent | 450d75f912f4161c475f18f9eeb7efd307c02eae (diff) | |
download | jquery-ui-6df127a0b591d2a1437361f9cb6f3524a7b2e111.tar.gz jquery-ui-6df127a0b591d2a1437361f9cb6f3524a7b2e111.zip |
Build: Reorganize external directory
Put each external library into its own directory.
Move jquery.js to external.
Ref gh-1266
Diffstat (limited to 'tests/unit/draggable/draggable.html')
-rw-r--r-- | tests/unit/draggable/draggable.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/draggable/draggable.html b/tests/unit/draggable/draggable.html index 823cc462a..c4b769f5c 100644 --- a/tests/unit/draggable/draggable.html +++ b/tests/unit/draggable/draggable.html @@ -5,7 +5,7 @@ <title>jQuery UI Draggable Test Suite</title> <script src="../../jquery.js"></script> - <link rel="stylesheet" href="../../../external/qunit.css"> + <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <style> #main { @@ -48,7 +48,7 @@ } </style> - <script src="../../../external/qunit.js"></script> + <script src="../../../external/qunit/qunit.js"></script> <script src="../../jquery.simulate.js"></script> <script src="../testsuite.js"></script> <script> |