diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-04-23 16:33:34 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-23 16:33:34 -0400 |
commit | 0f575e03bb9af0b09d18a9207d9f589e05f44d50 (patch) | |
tree | 18251a2d3e7c51adb8f265158ca0361f5cca73d1 /tests/unit/autocomplete/all.html | |
parent | af1576280a807dcc166ddf619abab1fc24cac664 (diff) | |
parent | 9df981d268b4029065247cf230a4e988946b7799 (diff) | |
download | jquery-ui-0f575e03bb9af0b09d18a9207d9f589e05f44d50.tar.gz jquery-ui-0f575e03bb9af0b09d18a9207d9f589e05f44d50.zip |
Merge branch 'master' into position-notification
Conflicts:
tests/unit/position/position_core_within.js
Diffstat (limited to 'tests/unit/autocomplete/all.html')
-rw-r--r-- | tests/unit/autocomplete/all.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/autocomplete/all.html b/tests/unit/autocomplete/all.html index 87cde75fb..e35777f65 100644 --- a/tests/unit/autocomplete/all.html +++ b/tests/unit/autocomplete/all.html @@ -7,9 +7,9 @@ <script src="../../../jquery-1.7.2.js"></script> <link rel="stylesheet" href="../../../external/qunit.css"> - <link rel="stylesheet" href="../subsuiteRunner.css"> + <link rel="stylesheet" href="../qunit-composite.css"> <script src="../../../external/qunit.js"></script> - <script src="../subsuiteRunner.js"></script> + <script src="../qunit-composite.js"></script> <script src="../subsuite.js"></script> <script> |