rniemeyer / knockout-sortable

A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality
MIT License
548 stars 128 forks source link

options before/afterMove are ignored #169

Closed Manuel-S closed 8 years ago

Manuel-S commented 8 years ago

Both are set to null before they should be called and are therefore ignored. I guess they also need a local variable like startActual and updateActual.

Manuel-S commented 8 years ago

never mind, I derped.