Side navigation
#7097 closed feature (invalid)
Opened September 29, 2010 02:44PM UTC
Closed September 29, 2010 09:41PM UTC
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]) ) {
Attachments (0)
Change History (1)
Changed September 29, 2010 09:41PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Yes. In the future, please use the jQuery Forum if you have questions about the library.