- Linting (ESLint): As per latest ash-nazg

- npm: Update devDeps
This commit is contained in:
Brett Zamir
2020-02-01 20:44:13 +08:00
parent f9f359b98f
commit 33c84d89b8
37 changed files with 1254 additions and 953 deletions

View File

@@ -1569,7 +1569,7 @@ editor.init = function () {
const origTitle = $('title:first').text();
// Make [1,2,5] array
const rIntervals = [];
for (let i = 0.1; i < 1E5; i *= 10) {
for (let i = 0.1; i < 1e5; i *= 10) {
rIntervals.push(i);
rIntervals.push(2 * i);
rIntervals.push(5 * i);