diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-11-09 11:21:18 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-11-09 11:21:18 -0500 |
commit | 1e28f833895558d1017250d2eed845be1a950b21 (patch) | |
tree | 6bfbf3b315f72c358b115a3b4219498afd356d0c /demos/droppable/propagation.html | |
parent | 9a87c1a72ea298170f4b9bffcecdb4d80ee4b5cc (diff) | |
download | jquery-ui-1e28f833895558d1017250d2eed845be1a950b21.tar.gz jquery-ui-1e28f833895558d1017250d2eed845be1a950b21.zip |
Upgrade jQuery to 1.7.
Diffstat (limited to 'demos/droppable/propagation.html')
-rw-r--r-- | demos/droppable/propagation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/droppable/propagation.html b/demos/droppable/propagation.html index 235620304..649141788 100644 --- a/demos/droppable/propagation.html +++ b/demos/droppable/propagation.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Droppable - Prevent propagation</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.6.4.js"></script> + <script src="../../jquery-1.7.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.mouse.js"></script> |