Skip to content

Commit 35f9ae5

Browse files
authored
Merge pull request #169 from nikolas/patch-1
Add missing comma in readme
2 parents ead3474 + 87b28fe commit 35f9ae5

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)