Skip to content

Commit

Permalink
fix varname in checker example (dropzone docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-b8 authored Jan 1, 2024
1 parent 8240375 commit 28ab0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dropzone.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ interact(target).dropzone({
event, // Touch, Pointer or Mouse Event
dropped, // bool default checker result
dropzone, // dropzone Interactable
dropzoneElement, // dropzone element
dropElement, // dropzone element
draggable, // draggable Interactable
draggableElement // draggable element
) {
Expand Down

0 comments on commit 28ab0d3

Please sign in to comment.