Skip to main content

Bug Tracker

Side navigation

#10917 closed bug (invalid)

Opened November 29, 2011 12:10PM UTC

Closed November 29, 2011 12:18PM UTC

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

[[Image(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

Attachments (0)
Change History (1)

Changed November 29, 2011 12:18PM UTC by sindresorhus comment:1

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.