diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-11-14 15:22:01 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-11-14 15:22:01 -0500 |
commit | fb6119e182ece9f2b5f94eb79b8763b602d04c47 (patch) | |
tree | 129da93130f693f8db7534b3965b93c24b277052 /tests/unit/selectable/all.html | |
parent | 3d96f20506bd20f4cdbf5c1dc33149ad6ea5f62c (diff) | |
download | jquery-ui-fb6119e182ece9f2b5f94eb79b8763b602d04c47.tar.gz jquery-ui-fb6119e182ece9f2b5f94eb79b8763b602d04c47.zip |
Upgrade jQuery to 1.8.3.
Diffstat (limited to 'tests/unit/selectable/all.html')
-rw-r--r-- | tests/unit/selectable/all.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/selectable/all.html b/tests/unit/selectable/all.html index be404b7dc..373b9e480 100644 --- a/tests/unit/selectable/all.html +++ b/tests/unit/selectable/all.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Selectable Test Suite</title> - <script src="../../../jquery-1.8.2.js"></script> + <script src="../../../jquery-1.8.3.js"></script> <link rel="stylesheet" href="../../../external/qunit.css"> <link rel="stylesheet" href="../qunit-composite.css"> |