Side navigation
#6795 closed bug (duplicate)
Opened July 16, 2010 07:23AM UTC
Closed July 21, 2010 01:37AM UTC
ajaxSetup and context
Reported by: | egailis | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | ajax | Version: | 1.4.2 |
Keywords: | ajaxSetup context | Cc: | |
Blocked by: | Blocking: |
Description
incorrect setup of context property with ajaxSetup function
line #4979
callbackContext = origSettings && origSettings.context || s,
please, fix with
callbackContext = origSettings && origSettings.context || s.context || s,
Attachments (0)
Change History (1)
Changed July 21, 2010 01:37AM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
The code got mangled but this commit is queued:
http://github.com/dmethvin/jquery/commit/21178f200ff2e1eda47d2446c0c0bc4fdabdc837
If that doesn't seem right, post in the original report #6727.