Modify ↓
Ticket #10917 (closed bug: invalid)
jquery min script has a comment bug
| Reported by: | aq khan | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | unfiled | Version: | 1.6.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When ever I download a minified version of jquery and add that file in my asp.net website the there is a major problem of commented jquery line...
here is the image of the commented line starts
Can you please check that line....
version I use is 1.6.2
and i tried to add the latest version and i saw same "/ /" commenting in 1.7.1
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.


The // is not a comment, it's part of a regex literal. The syntax highlighter you're using is just not interpreting it correct.