Modify ↓
Ticket #2600 (closed bug: fixed)
jQuery.extend() should not ignore properties with null values
| Reported by: | scott.gonzalez | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.4 |
| Component: | core | Version: | 1.2.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
jQuery.extend() currently ignores properties with a value of null or undefined; only undefined should be ignored.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

This behavior was introduced in [2783].