Side navigation
#14086 closed bug (notabug)
Opened July 01, 2013 10:19AM UTC
Closed July 01, 2013 12:42PM UTC
Changes in deferred between 1.8.3 and 1.9.1
| Reported by: | alexander.rauan@gmail.com | 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.
Attachments (0)
Change History (2)
Changed July 01, 2013 10:21AM UTC by comment:1
Changed July 01, 2013 12:42PM UTC by comment:2
| resolution: | → notabug |
|---|---|
| status: | new → closed |
Context is the promise now. So you should extend the promise, not the deferred: http://jsfiddle.net/an8ug/
Try changing the jquery version in jsFiddle from 1.9.1 to 1.8.3.