Ticket #3130 (closed bug: fixed)
draggable options - revert can't be a number
| Reported by: | Catfish | Owned by: | paul |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | ui.draggable | Version: | 1.5.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
As of r402, options.revert in a draggable can't be a number. Presumably the "parseInt(this.options.revert, 10)" in ui.draggable.js:225 is now useless and should be removed?
Change History
Note: See
TracTickets for help on using
tickets.


Totally right, fixed. It now checks for options.revertDuration.