kornelski / slip

Slip.js — UI library for manipulating lists via swipe and drag gestures
BSD 2-Clause "Simplified" License
2.44k stars 213 forks source link

Added originalIndex property #9

Closed joellord closed 10 years ago

joellord commented 10 years ago

Those changes added the originalIndex property to the e.detail object that is returned when reordering an item.

kornelski commented 10 years ago

Good idea. Thanks!