jQuery: The Write Less, Do More JavaScript Library

Ticket #2309 (closed bug: wontfix)

Opened 6 months ago

Last modified 3 months ago

Wrap regular expressions in paranthesis

Reported by: kkaefer Assigned to: anonymous
Type: bug Priority: minor
Milestone: 1.2.4 Component: core
Version: 1.2.2 Keywords:
Cc: Needs: Review

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

Attachments

Change History

Changed 3 months ago by flesler

  • status changed from new to closed
  • resolution set to wontfix

Those warnings don't affect the code, and they won't be handled.

Changed 3 months ago by flesler

  • milestone changed from 1.2.3 to 1.2.4
Note: See TracTickets for help on using tickets.