diff options
author | Scott González <scott.gonzalez@gmail.com> | 2009-12-22 19:51:24 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2009-12-22 19:51:24 +0000 |
commit | 06e29401b880b5e8fc64be00b2be9df5cc8f0f88 (patch) | |
tree | cec761b0a3f921f7f0192238ef3cc47f4dc8d439 /tests/unit/selectable | |
parent | b6d17b24d4d2302d490c2f83552c7fbc16e96ba4 (diff) | |
download | jquery-ui-06e29401b880b5e8fc64be00b2be9df5cc8f0f88.tar.gz jquery-ui-06e29401b880b5e8fc64be00b2be9df5cc8f0f88.zip |
Split mouse into its own file and udpdated dependency lists.
Fixes #5023 - Split mouse code into its own file.
Diffstat (limited to 'tests/unit/selectable')
-rw-r--r-- | tests/unit/selectable/selectable.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/selectable/selectable.html b/tests/unit/selectable/selectable.html index 2aa890b8b..7a9de381b 100644 --- a/tests/unit/selectable/selectable.html +++ b/tests/unit/selectable/selectable.html @@ -6,6 +6,7 @@ <script type="text/javascript" src="../../../jquery-1.3.2.js"></script> <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script> + <script type="text/javascript" src="../../../ui/jquery.ui.mouse.js"></script> <script type="text/javascript" src="../../../ui/jquery.ui.selectable.js"></script> <link type="text/css" href="../testsuite.css" rel="stylesheet" /> |