Update app.js

Project configuration has weird objections to tabs.
master
stephenPspackman 2021-12-03 00:21:11 -08:00 committed by GitHub
parent 633cad5cd3
commit 76d40a7450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 417 additions and 418 deletions

View File

@ -76,7 +76,6 @@ class Options {
this.backing[k] = v;
// Ten second writeback delay, since the user will roll values up and down.
this.writeBack(10000);
return v;
}
});
}