#12223 closed bug (fixed)
.transfer() requires a callback
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | git |
Component: | ui.effects.core | Version: | git (not yet released) |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Right now if you call .transfer()
without a callback, you'll get an error.
Change History (3)
comment:1 Changed 8 years ago by
Status: | new → open |
---|
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Effect: Make .transfer() callback optional
Adds two tests to at least check that no exception is thrown.
Fixes #12223 Closes gh-1545
Changeset: 8b89f8c59bacb1261639c909ee60fe3b856b36e4
comment:3 Changed 8 years ago by
Milestone: | none → git |
---|
Note: See
TracTickets for help on using
tickets.
PR: https://github.com/jquery/jquery-ui/pull/1545