Skip to content

Commit

Permalink
Merge branch 'master' of github.com:RubaXa/Sortable
Browse files Browse the repository at this point in the history
  • Loading branch information
RubaXa committed Nov 17, 2016
2 parents 9c51030 + e2fe25c commit 9f05641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var sortable = new Sortable(el, {

fallbackClass: "sortable-fallback", // Class name for the cloned DOM Element when using forceFallback
fallbackOnBody: false, // Appends the cloned DOM Element into the Document's Body
fallbackTolerance: 0 // Specify in pixels how far the mouse should move before it's considered as a drag.
fallbackTolerance: 0, // Specify in pixels how far the mouse should move before it's considered as a drag.

scroll: true, // or HTMLElement
scrollFn: function(offsetX, offsetY, originalEvent) { ... }, // if you have custom scrollbar scrollFn may be used for autoscrolling
Expand Down

0 comments on commit 9f05641

Please sign in to comment.