Opened 15 years ago
Closed 15 years ago
#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: | ||
Blocked by: | Blocking: |
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?
Note: See
TracTickets for help on using
tickets.
Totally right, fixed. It now checks for options.revertDuration.