Skip to main content

Bug Tracker

Side navigation

#5753 closed bug (worksforme)

Opened January 05, 2010 09:30AM UTC

Closed June 13, 2010 11:37PM UTC

Last modified March 14, 2012 12:33AM UTC

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 January 05, 2010 09:30AM UTC.
Change History (1)

Changed June 13, 2010 11:37PM UTC by dmethvin comment:1

component: unfiledtraversing
resolution: → worksforme
status: newclosed

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