Modify ↓
Ticket #11738 (closed enhancement: fixed)
Remove .closest(Array) returning Array
| Reported by: | dmethvin | Owned by: | dmethvin |
|---|---|---|---|
| Priority: | low | Milestone: | 1.8 |
| Component: | traversing | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
This was part of the old .live() internal code, exposed in the API for some reason so we deprecated it in 1.7.
Note that this does not affect any sane uses of .closest(), only this signature: http://api.jquery.com/closest/#closest2
Change History
comment:1 Changed 14 months ago by dmethvin
- Status changed from new to assigned
- Component changed from unfiled to traversing
- Priority changed from undecided to low
- Milestone changed from None to 1.8
- Owner set to dmethvin
- Type changed from bug to enhancement
comment:2 Changed 13 months ago by dmethvin
- Status changed from assigned to closed
- Resolution set to fixed
comment:3 Changed 13 months ago by Dave Methvin
Fix #11738. Remove deprecated .closest(Array) => Array.
Changeset: 56d5c1c3a3b012b159e56acbb655a14abfcc8894
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.
