Bug Tracker

Opened 12 years ago

Closed 12 years ago

#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:
Blocked by: Blocking:

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

http://www.vurke.com/jquery-comment.gif

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 (1)

comment:1 Changed 12 years ago by sindresorhus

Priority: undecidedlow
Resolution: invalid
Status: newclosed

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

Note: See TracTickets for help on using tickets.