ractivejs / Ractive-decorators-sortable

Drag and drop items to sort them
http://ractivejs.github.io/Ractive-decorators-sortable/
MIT License
15 stars 21 forks source link

small bug in removeTargetClass #9

Open dagnelies opened 9 years ago

dagnelies commented 9 years ago

In: removeTargetClass = function () { this.classList.remove( sortable.targetClass ); };

The "this" is undefined. I guess it's a low priority bug though.