aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/draggable.js2
-rw-r--r--ui/ui.draggable.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/draggable.js b/tests/draggable.js
index 89caefe03..d5ef7fda9 100644
--- a/tests/draggable.js
+++ b/tests/draggable.js
@@ -25,7 +25,7 @@ var defaults = {
refreshPositions: false,
revert: false,
revertDuration: 500,
- scroll: false,
+ scroll: true,
scrollSensitivity: 20,
scrollSpeed: 20,
scope: "default",
diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js
index e6ccc2280..d0671ac14 100644
--- a/ui/ui.draggable.js
+++ b/ui/ui.draggable.js
@@ -378,7 +378,7 @@ $.extend($.ui.draggable, {
revert: false,
revertDuration: 500,
scope: "default",
- scroll: false,
+ scroll: true,
scrollSensitivity: 20,
scrollSpeed: 20,
snap: false,