diff options
author | Scott González <scott.gonzalez@gmail.com> | 2009-06-20 13:08:16 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2009-06-20 13:08:16 +0000 |
commit | 3057d49b68d2d9750e694ca9711ea808f86d4618 (patch) | |
tree | 1beb5fd447438f275982722bd9e1ba587b46686c /tests/unit/index.html | |
parent | 940259ac358b8b9f895c390b9d09fca6550f8fd2 (diff) | |
download | jquery-ui-3057d49b68d2d9750e694ca9711ea808f86d4618.tar.gz jquery-ui-3057d49b68d2d9750e694ca9711ea808f86d4618.zip |
Tests: Fixed includes of cookie and simulate plugins.
Diffstat (limited to 'tests/unit/index.html')
-rw-r--r-- | tests/unit/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/index.html b/tests/unit/index.html index f00666530..a582beb1f 100644 --- a/tests/unit/index.html +++ b/tests/unit/index.html @@ -20,8 +20,8 @@ <script type="text/javascript" src="../../ui/ui.sortable.js"></script> <script type="text/javascript" src="../../ui/ui.tabs.js"></script> - <script type="text/javascript" src="../../external/simulate/jquery.simulate.js"></script> - <script type="text/javascript" src="../../external/cookie/jquery.cookie.js"></script> + <script type="text/javascript" src="../../external/jquery.simulate-r6163.js"></script> + <script type="text/javascript" src="../../external/jquery.cookie-r6165.js"></script> </head> <body> |