Modify ↓
Ticket #5753 (closed bug: worksforme)
test for equality (==) mistyped as assignment (=)?
| Reported by: | hunt | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4 |
| Component: | traversing | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I get a warning from my application "test for equality (==) mistyped as assignment (=)?" for "jquery-1.3.2.js": 1) while (node = node.previousSibling) > line 1963, 2) while (node = node.nextSibling) > line 1969
Attachments
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.

