Opened 12 years ago
Closed 12 years ago
#7097 closed feature (invalid)
Using assignment '=' in if statement of JQuery library file
Reported by: | nalleniv | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | misc | Version: | 1.4.2 |
Keywords: | assignment, =, == | Cc: | |
Blocked by: | Blocking: |
Description
Did you intend to write an assignment in these statements with single '=' vs. double '=='?
Line 2800: if ( (match = Expr.leftMatch[ type ].exec( expr )) ) { Line 2940: if ( (elem = checkSet[i]) ) {
Note: See
TracTickets for help on using
tickets.
Yes. In the future, please use the jQuery Forum if you have questions about the library.