Bug Tracker

Opened 13 years ago

Closed 13 years ago

#6727 closed bug (fixed)

Setting context to "" in $.ajax causes error

Reported by: meyerovb Owned by:
Priority: undecided Milestone: 1.4.3
Component: ajax Version: 1.4.2
Keywords: Cc:
Blocked by: Blocking:

Description

Broken: $.ajax({ context: '""' }); Works: $.ajax({ context: 'any other string' });

Change History (3)

Note: See TracTickets for help on using tickets.