tweak for lint errors - still some assignment warnings

master
Gordon Williams 2021-12-03 08:24:12 +00:00
parent d504017782
commit b5fa5fb64e
2 changed files with 445 additions and 446 deletions

View File

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