andywer / drag-mock

Trigger HTML5 drag & drop events for testing
MIT License
35 stars 11 forks source link

add support for dragleave event testing #1

Closed mnichols closed 9 years ago

mnichols commented 9 years ago

We need to test for dragleave event (the event raised when leaving a droppable without actually dropping it). This has specs and updates to api.

andywer commented 9 years ago

Just done the merge.

Thanks for the contribution!