Merge pull request #31580 from lamortenera/patch-2

Add missing semicolon
This commit is contained in:
Wesley Wigham
2018-12-24 21:49:54 -08:00
committed by GitHub

View File

@@ -194,7 +194,7 @@ declare namespace Sortable {
/**
* if you have custom scrollbar scrollFn may be used for autoscrolling
*/
scrollFn?: ((this: Sortable, offsetX: number, offsetY: number, event: MouseEvent) => void)
scrollFn?: ((this: Sortable, offsetX: number, offsetY: number, event: MouseEvent) => void);
/**
* px, how near the mouse must be to an edge to start scrolling.
*/