Bug Tracker

Opened 13 years ago

Closed 13 years ago

Last modified 11 years ago

#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)

warning.jpg (19.4 KB) - added by hunt 13 years ago.

Download all attachments as: .zip

Change History (2)

Changed 13 years ago by hunt

Attachment: warning.jpg added

comment:1 Changed 13 years ago by dmethvin

Component: unfiledtraversing
Resolution: worksforme
Status: newclosed

It's intended as written, not sure what tool is generating that warning.

Note: See TracTickets for help on using tickets.