Skip to content

Commit 87b28fe

Browse files
authored
Add missing comma in readme
1 parent ead3474 commit 87b28fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ on itself and thus must have callbacks attached to be useful.
253253
handle: string,
254254
onStart: DraggableEventHandler,
255255
onDrag: DraggableEventHandler,
256-
onStop: DraggableEventHandler
256+
onStop: DraggableEventHandler,
257257
onMouseDown: (e: MouseEvent) => void
258258
}
259259
```

0 commit comments

Comments
 (0)