diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-11-26 16:27:18 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-11-26 16:27:18 -0500 |
commit | ee8d20ea067f29c90a0c46ddb91584989d585b28 (patch) | |
tree | be6122abc71d9272fa1db0b4fc61cfdadb688887 /tests/unit/resizable/resizable.html | |
parent | f0c203a9a0cc7cbb70738436ed99c38b407e772a (diff) | |
download | jquery-ui-ee8d20ea067f29c90a0c46ddb91584989d585b28.tar.gz jquery-ui-ee8d20ea067f29c90a0c46ddb91584989d585b28.zip |
Dialog: Moved resizable handle test from resizable.
Diffstat (limited to 'tests/unit/resizable/resizable.html')
-rw-r--r-- | tests/unit/resizable/resizable.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/resizable/resizable.html b/tests/unit/resizable/resizable.html index 7a63de0bc..0a27f2a80 100644 --- a/tests/unit/resizable/resizable.html +++ b/tests/unit/resizable/resizable.html @@ -16,8 +16,6 @@ "ui/jquery.ui.core.js", "ui/jquery.ui.widget.js", "ui/jquery.ui.mouse.js", - "ui/jquery.ui.button.js", - "ui/jquery.ui.dialog.js", "ui/jquery.ui.resizable.js" ] }); |