Skip to content

Commit d12f4b0

Browse files
committed
Merge branch 'master' of https://github.com/SortableJS/Sortable
2 parents 70bf738 + ed02426 commit d12f4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/AutoScroll/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Sortable.mount(new AutoScroll());
2626
```js
2727
new Sortable(el, {
2828
scroll: true, // Enable the plugin. Can be HTMLElement.
29-
forceAutoscrollFallback: false, // force autoscroll plugin to enable even when native browser autoscroll is available
29+
forceAutoScrollFallback: false, // force autoscroll plugin to enable even when native browser autoscroll is available
3030
scrollFn: function(offsetX, offsetY, originalEvent, touchEvt, hoverTargetEl) { ... }, // if you have custom scrollbar scrollFn may be used for autoscrolling
3131
scrollSensitivity: 30, // px, how near the mouse must be to an edge to start scrolling.
3232
scrollSpeed: 10, // px, speed of the scrolling

0 commit comments

Comments
 (0)