aboutsummaryrefslogtreecommitdiffstats
path: root/demos/spinner/latlong.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-01-10 21:38:58 -0500
committerScott González <scott.gonzalez@gmail.com>2011-01-10 21:38:58 -0500
commit16692ed5f0aec298e359e23b524a6dcca3df02eb (patch)
treeaf0f6f3ef3c9871b7dcf9c73810a3bd2360cfedf /demos/spinner/latlong.html
parent51482a9d6585246108b696f1875d1b9c4f5e422e (diff)
downloadjquery-ui-16692ed5f0aec298e359e23b524a6dcca3df02eb.tar.gz
jquery-ui-16692ed5f0aec298e359e23b524a6dcca3df02eb.zip
Fixed references to jQuery.
Diffstat (limited to 'demos/spinner/latlong.html')
-rw-r--r--demos/spinner/latlong.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/spinner/latlong.html b/demos/spinner/latlong.html
index 7c0c9b21a..7decacbdc 100644
--- a/demos/spinner/latlong.html
+++ b/demos/spinner/latlong.html
@@ -5,7 +5,7 @@
<title>jQuery UI Spinner - Map</title>
<link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
- <script type="text/javascript" src="../../jquery-1.4.3.js"></script>
+ <script type="text/javascript" src="../../jquery-1.4.4.js"></script>
<script type="text/javascript" src="../../external/jquery.mousewheel-3.0.4.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script>