Opened 11 years ago
Closed 10 years ago
#12181 closed bug (invalid)
opera 10 nested assignment bug
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | ajax | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In addToPrefiltersOrTransports function (line 6895)
list = structure[ dataType ] = structure[ dataType ] || []; (line 6923)
does not work in opera 10
I changed to this
structure[ dataType ] = structure[ dataType ] || []; list = structure[ dataType ];
and problem solved
Change History (1)
comment:1 Changed 10 years ago by
Component: | unfiled → ajax |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Opera 10 is not supported.
http://docs.jquery.com/Browser_Compatibility