Bart 5871645ca6 Fixed subset of StandardJS errors (#1356)
Fixed the errors that would definitly not change the functionality of the program
These include
* Unexpected && and || combinations
* variables with different values defined in same line of code
* Global variable never defined
* spacing/placing errors

These errors were not touched
* variables who are never used
* == and != errors
2017-03-13 21:57:24 +03:00
..
2017-03-13 21:15:46 +03:00
2017-01-19 18:38:40 +03:00
2016-07-05 23:52:39 +03:00
2016-10-07 19:27:24 +03:00
2016-11-28 17:12:45 +03:00
2016-06-29 20:22:13 +03:00
2016-12-16 19:14:56 +03:00
2017-02-10 12:27:44 +03:00