aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable/scroll.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/draggable/scroll.html')
-rw-r--r--demos/draggable/scroll.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/draggable/scroll.html b/demos/draggable/scroll.html
index 611845631..8be467f49 100644
--- a/demos/draggable/scroll.html
+++ b/demos/draggable/scroll.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
@@ -23,8 +23,6 @@
</head>
<body>
-<div class="demo">
-
<div id="draggable" class="ui-widget-content">
<p>Scroll set to true, default settings</p>
</div>
@@ -39,13 +37,8 @@
<div style='height: 5000px; width: 1px;'></div>
-</div><!-- End demo -->
-
-
-
<div class="demo-description">
<p>Automatically scroll the document when the draggable is moved beyond the viewport. Set the <code>scroll</code> option to true to enable auto-scrolling, and fine-tune when scrolling is triggered and its speed with the <code>scrollSensitivity</code> and <code>scrollSpeed</code> options.</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>