Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Test] Specify JS Globals | Alexander Moisseev | 2018-07-08 | 1 | -1/+3 |
| | |||||
* | [WebUI] Fix variable assignment | Alexander Moisseev | 2018-07-08 | 1 | -1/+0 |
| | | | | I think `var full = shrt = "";` is `var full = (shrt = "");` effectively, so `full = true`. | ||||
* | [WebUI] Avoid using "undefined" property | Alexander Moisseev | 2018-07-08 | 1 | -1/+0 |
| | | | | of the global object | ||||
* | [WebUI] Remove unused variables | Alexander Moisseev | 2018-07-06 | 1 | -1/+0 |
| | |||||
* | [Minor] JS: Remove redundant quotes | Alexander Moisseev | 2018-07-06 | 1 | -2/+1 |
| | | | | around object literal property names | ||||
* | [test] Enforce some linter rules for JS | Alexander Moisseev | 2018-07-05 | 1 | -1/+85 |
| | |||||
* | [Test] Add JavaScript linting | Alexander Moisseev | 2018-07-03 | 1 | -0/+8 |