Opened 10 years ago
Closed 10 years ago
#14783 closed bug (notabug)
Jquery-2.1.0.min.js gives compile errors
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 2.1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I went to this link http://jquery.com/download/, right clicked on the minified 2.1.0 jquery and downloaded that as a .js file
I put in my eclipse juno project folder, and eclipse gives multiple errors like missing semicolon etc.(It's hard to say where and how many because it's all in one line.)
There is probably something wrong with the eclipse juno javascript syntax checker, but I just wanted to let you know I could not use the minified version because of the compile errors
When I use the non minified version, eclipse does not detect any errors in the file.
Note: See
TracTickets for help on using
tickets.
This isn't a jQuery bug.