Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle the case where JSLint complains about arguments in try/catch already ↵ | John Resig | 2010-10-17 | 1 | -2/+2 |
| | | | | being defined (we use the name 'e' consistently for catch(e) - will work to standardize on that now). | ||||
* | Increase max number of JSLint errors. This is necessary because we have ↵ | Brandon Aaron | 2010-09-01 | 1 | -1/+1 |
| | | | | several error messages that we choose to ignore. | ||||
* | Added in integrated JSLint checking against the jQuery source. Just run ↵ | jeresig | 2010-03-01 | 1 | -0/+36 |
'make lint' to see the result. |