Opened 10 years ago
Closed 10 years ago
#14086 closed bug (notabug)
Changes in deferred between 1.8.3 and 1.9.1
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Extending deferred has stopped working from 1.8.3 to 1.9.1.
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Context is the promise
now. So you should extend the promise, not the deferred: http://jsfiddle.net/an8ug/
Note: See
TracTickets for help on using
tickets.
Try changing the jquery version in jsFiddle from 1.9.1 to 1.8.3.