removeditem

Fires when an element is removed from the instance.

The callback has a single argument which returns a reference to the item removed.

selectable.on("removeditem", function(item) {

});