Ticket #3130 (closed bug: fixed)

Opened 5 years ago

Last modified 5 years ago

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

comment:1 Changed 5 years ago by paul

  • Status changed from new to closed
  • Resolution set to fixed

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

Note: See TracTickets for help on using tickets.