rniemeyer / knockout-sortable

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

Add support for CommonJS module loaders #125

Closed sloria closed 9 years ago

sloria commented 9 years ago

Allows knockout-sortable to be loaded with CommonJS-compliant loaders, e.g. Browserify and Webpack.

rniemeyer commented 9 years ago

@sloria - Sorry that I was not able to merge until now. Thanks for your contribution.