Skip to content

Commit

Permalink
Pushed version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aletheios committed Mar 16, 2019
1 parent 057a66a commit e28d490
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ All event listeners (except `drag-drop`) are called with two parameters: (1) the

* `drag-leave`: Fired when a dragged item leaves the drop zone.

* `drag-drop`: Fired when an item has been dropped on the drop zone. Called with the dragged data and the drop event data, in order to retrieve the precise mouse coordinates of the drop if needed.
* `drag-drop`: Fired when an item has been dropped on the drop zone. Called with the dragged data and the original drop event. This enables you for example to retrieve the precise mouse coordinates of the drop.
Loading

0 comments on commit e28d490

Please sign in to comment.