rniemeyer / knockout-sortable

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

Added missing dependency on "jquery.ui/draggable". #142

Closed ricardobrandao closed 9 years ago

ricardobrandao commented 9 years ago

It seems that you've missed the jQueryUI draggable dependency since you are using it.

Review on Reviewable

rniemeyer commented 9 years ago

@ricardobrandao - thanks! will get this merged soon.

mbest commented 9 years ago

As mentioned in #143, it's jquery-ui.

rniemeyer commented 9 years ago

Merged with the correct string (jquery-ui/draggable).