diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-08-03 17:12:44 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-08-03 17:12:44 -0400 |
commit | 4adb9026eab43e36f78991cbe56088f2de110089 (patch) | |
tree | e0dc8936f9ecbd5e72db69bf3b1ffd7d1d48acbd /tests/unit/autocomplete | |
parent | 6867e0b5517d4664e309652f807011ea350d1f67 (diff) | |
download | jquery-ui-4adb9026eab43e36f78991cbe56088f2de110089.tar.gz jquery-ui-4adb9026eab43e36f78991cbe56088f2de110089.zip |
Tests: Cleanup.
Diffstat (limited to 'tests/unit/autocomplete')
-rw-r--r-- | tests/unit/autocomplete/autocomplete.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/autocomplete/autocomplete.html b/tests/unit/autocomplete/autocomplete.html index 82d04291b..39e88fdd5 100644 --- a/tests/unit/autocomplete/autocomplete.html +++ b/tests/unit/autocomplete/autocomplete.html @@ -4,6 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Autocomplete Test Suite</title> + <link rel="stylesheet" href="../../../themes/base/jquery.ui.core.css"> <link rel="stylesheet" href="../../../themes/base/jquery.ui.autocomplete.css"> <script src="../../jquery.js"></script> |