-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Javascript strict mode #9959
Conversation
I'll add strict mode to any new files in those listed PRs. I also want to test this PR out a bit |
f01adc7
to
7b261c4
Compare
@Piccirello |
I looked into it some more, I think this is caused by buggy code. Line 290 should probably be |
Nice, now the error is gone! Thanks! |
fc6bf38
to
aa0f345
Compare
PR updated, added a commit for code reformatting. |
Great PR btw, very happy to see this us move to |
I think I defer it after v4.1.5 release, don't want bug slipping in breaking webui users.
I used https://github.com/beautify-web/js-beautify, the config file is at src\webui\www.jsbeautifyrc |
@Piccirello @sledgehammer999 |
@Piccirello
I plan to merge this after these PRs: #9758, #9752, #9541, #9375, you probably don't want to hold on them any longer.