#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: | ||
Blocked by: | Blocking: |
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 (1)
Change History (2)
Changed 13 years ago by
Attachment: | warning.jpg added |
---|
comment:1 Changed 13 years ago by
Component: | unfiled → traversing |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
It's intended as written, not sure what tool is generating that warning.