#2309 closed bug (wontfix)
Wrap regular expressions in paranthesis
Reported by: | kkaefer | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.4 |
Component: | core | Version: | 1.2.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I'm using JavaScript lint and it reports that regular expressions should be wrapped into parenthesis when not preceded by an assignment, colon, or comma. Those warning messages are 18 of the 19 warning messages reported by jslint
Change History (2)
comment:1 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
Milestone: | 1.2.3 → 1.2.4 |
---|
Note: See
TracTickets for help on using
tickets.
Those warnings don't affect the code, and they won't be handled.