aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable/axis.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-31 22:16:02 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-31 22:16:02 +0000
commited437d785d7f03b0aa66a982aaef150496fd5159 (patch)
treee4d22d186458c3d3cee9298bb92da27a7692e7a8 /demos/draggable/axis.html
parent59de964ad5c382887444e313d2505d802e816564 (diff)
downloadjquery-ui-ed437d785d7f03b0aa66a982aaef150496fd5159.tar.gz
jquery-ui-ed437d785d7f03b0aa66a982aaef150496fd5159.zip
demos: corrected some page titles
Diffstat (limited to 'demos/draggable/axis.html')
-rw-r--r--demos/draggable/axis.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/draggable/axis.html b/demos/draggable/axis.html
index e09137252..4f5204661 100644
--- a/demos/draggable/axis.html
+++ b/demos/draggable/axis.html
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
- <title>jQuery UI Draggable - Constrained to one axis</title>
+ <title>jQuery UI Draggable - Axis Demo</title>
<link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>