diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-03-22 09:45:22 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-03-22 09:45:22 -0400 |
commit | 89ff5c523241a45c54cca0d4e1610381e092fef6 (patch) | |
tree | ca9fd6dc58a0566101d993ebd911aaf25a19cfc9 /tests/index.html | |
parent | 392c003e636abd5ab169f0bd7e57dc3439bc3ad8 (diff) | |
download | jquery-ui-89ff5c523241a45c54cca0d4e1610381e092fef6.tar.gz jquery-ui-89ff5c523241a45c54cca0d4e1610381e092fef6.zip |
Upgrade jQuery to 1.7.2.
Diffstat (limited to 'tests/index.html')
-rw-r--r-- | tests/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/index.html b/tests/index.html index 710c72609..3c66bf38f 100644 --- a/tests/index.html +++ b/tests/index.html @@ -4,7 +4,7 @@ <meta charset="UTF-8" /> <title>jQuery UI Tests</title> <link rel="stylesheet" href="../themes/base/jquery.ui.all.css" type="text/css" /> - <script type="text/javascript" src="../jquery-1.7.1.js"></script> + <script type="text/javascript" src="../jquery-1.7.2.js"></script> <link rel="stylesheet" href="tests.css" type="text/css" /> <script type="text/javascript" src="tests.js"></script> </head> |