Skip to content

Commit

Permalink
add latest jslint.js, sadly its getter/setter support is unusable so …
Browse files Browse the repository at this point in the history
…we still have to use the preprocess script
  • Loading branch information
client9 committed Apr 6, 2010
1 parent 23ceeec commit d351139
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
3 changes: 2 additions & 1 deletion misc/deaccessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
onevar: false,
eqeqeq: false,
bitwise: false,
maxerr: 100000
maxerr: 100000,
es5: false
*/
/*global console: true, window:true, document:true, XML: true, XMLList: true */
""")
Expand Down
Loading

0 comments on commit d351139

Please sign in to comment.