Search and Top Navigation
#12223 closed bug (fixed)
Opened April 22, 2015 01:16PM UTC
Closed April 24, 2015 01:14PM UTC
Last modified April 24, 2015 01:15PM UTC
.transfer() requires a callback
| Reported by: | scottgonzalez | 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.
Attachments (0)
Change History (3)
Changed April 22, 2015 01:54PM UTC by comment:1
| status: | new → open |
|---|
Changed April 24, 2015 01:14PM UTC by comment:2
| 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
Changed April 24, 2015 01:15PM UTC by comment:3
| milestone: | none → git |
|---|
PR: https://github.com/jquery/jquery-ui/pull/1545