mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Merge pull request #31580 from lamortenera/patch-2
Add missing semicolon
This commit is contained in:
2
types/sortablejs/index.d.ts
vendored
2
types/sortablejs/index.d.ts
vendored
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user