aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.sortable.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui.sortable.js')
-rw-r--r--ui/ui.sortable.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/ui.sortable.js b/ui/ui.sortable.js
index 9bf6a4347..3a2dbc5ec 100644
--- a/ui/ui.sortable.js
+++ b/ui/ui.sortable.js
@@ -995,8 +995,10 @@ $.extend($.ui.sortable, {
defaults: {
accurateIntersection: true,
appendTo: "parent",
+ axis: false,
cancel: ":input,option",
connectWith: false,
+ containment: false,
cssNamespace: 'ui',
cursor: 'default',
cursorAt: false,
@@ -1005,11 +1007,13 @@ $.extend($.ui.sortable, {
dropOnEmpty: true,
forcePlaceholderSize: false,
forceHelperSize: false,
+ grid: false,
handle: false,
helper: "original",
items: '> *',
opacity: false,
placeholder: false,
+ revert: false,
scope: "default",
scroll: true,
scrollSensitivity: 20,