diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-10-21 22:29:28 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-10-21 22:29:28 -0400 |
commit | 19f9c3a559497c893a4fcdbc8cbbbacef60c315c (patch) | |
tree | 70e2ae0804daf12272e837b32f80b6ad1db96d91 /tests/unit/index.html | |
parent | 789e7f753ee40c9eea5c69706f79238175bc6112 (diff) | |
download | jquery-ui-19f9c3a559497c893a4fcdbc8cbbbacef60c315c.tar.gz jquery-ui-19f9c3a559497c893a4fcdbc8cbbbacef60c315c.zip |
Upgraded jQuery to 1.4.3.
Diffstat (limited to 'tests/unit/index.html')
-rw-r--r-- | tests/unit/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/index.html b/tests/unit/index.html index b17199363..62b4e5b67 100644 --- a/tests/unit/index.html +++ b/tests/unit/index.html @@ -19,7 +19,7 @@ } </style> - <script type="text/javascript" src="../../jquery-1.4.2.js"></script> + <script type="text/javascript" src="../../jquery-1.4.3.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> |