mirror of https://github.com/RubaXa/Sortable.git
Browse Source
The current behavior (in `master`) is to define the handling functions for events as strings. Default for `onSort` for example is `handleSort`. Commit 8cef762d11
changed this behavior forcing handling functions to be defined as functions in the options. This breaks all existing code, resulting in a no-op even with the default options (which still define the default handlers as strings).
This commit restores previous behavior AND allows you to define your handlers as functions directly, if you’re so inclined.
pull/727/head
Julien
9 years ago
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue