Skip to main content

Bug Tracker

Side navigation

#12181 closed bug (invalid)

Opened August 02, 2012 07:48AM UTC

Closed August 14, 2012 12:55PM UTC

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

Attachments (0)
Change History (1)

Changed August 14, 2012 12:55PM UTC by sindresorhus comment:1

component: unfiledajax
priority: undecidedlow
resolution: → invalid
status: newclosed