mattheworiordan / jquery.simulate.drag-sortable.js

Simulate drag events within a JQuery UI Sortable widget (primarily for integration testing)
MIT License
70 stars 19 forks source link

In "Usage", move amount needs adjusting #1

Closed mynameistechno closed 12 years ago

mynameistechno commented 12 years ago

In the Usage section, "move: 1" is listed for both moving a row up or down. I believe you meant "move: -1" for moving a row up.

Nice work btw!

mattheworiordan commented 12 years ago

Thanks, I've updated the documentation.