Side navigation
#2309 closed bug (wontfix)
Opened February 08, 2008 08:37PM UTC
Closed May 13, 2008 03:42AM UTC
Last modified May 13, 2008 05:26PM UTC
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
Those warnings don't affect the code, and they won't be handled.