Modify ↓
Ticket #10817 (closed enhancement: fixed)
Change .bind() in ajax.js to .on()
| Reported by: | chrisr | Owned by: | rwaldron |
|---|---|---|---|
| Priority: | low | Milestone: | 1.7.1 |
| Component: | misc | Version: | git |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
In line 260 of ajax.js there is:
return this.bind( o, f );
I believe, it should be .on() since .bind() is only wrapper for backward compatibility.
Also, there is .bind() in comment in line 70 in event.js ;)
Change History
comment:1 Changed 19 months ago by rwaldron
- Owner set to rwaldron
- Status changed from new to assigned
comment:2 Changed 19 months ago by rwaldron
- Priority changed from undecided to low
- Component changed from unfiled to misc
- Milestone changed from None to 1.next
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.

Thanks!