Side navigation
#6961 closed bug (worksforme)
Opened August 27, 2010 02:45PM UTC
Closed August 27, 2010 03:34PM UTC
Last modified September 01, 2010 08:07PM UTC
JSLint `make` error
Reported by: | miketaylr | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | build | Version: | 1.4.2 |
Keywords: | jslint, make, build | Cc: | |
Blocked by: | Blocking: |
Description
Trying to clone and build jquery results in a JSLint error.
Steps to reproduce:
1) git clone git://github.com/jquery/jquery.git;
2) make
...
The following error is produced:
Checking jQuery against JSLint...
undefined
Problem at line 6381 character 25: Too many errors. (99% scanned).
js: uncaught JavaScript runtime exception: TypeError: Cannot read property "reason" from null
make: *** [lint] Error 3
Attachments (0)
Change History (2)
Changed August 27, 2010 03:34PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed September 01, 2010 08:07PM UTC by comment:2
Fwiw, this commit solved the issue on my end:
http://github.com/jquery/jquery/commit/a2e1051fb4b2065fb5ebea49dc0bcc583d113187
Not sure what's happening on your end - working OK here: