mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 17:53:00 +02:00
all the lints
This commit is contained in:
@@ -46,7 +46,7 @@ Reviver.constructors = {}; // A list of constructors the smart reviver should kn
|
||||
// Returns: The structure (which will then be turned into a string
|
||||
// as part of the JSON.stringify algorithm)
|
||||
function Generic_toJSON(ctorName, obj, keys) {
|
||||
var data, index, key;
|
||||
var data, key;
|
||||
|
||||
if (!keys) {
|
||||
keys = Object.keys(obj); // Only "own" properties are included
|
||||
|
||||
Reference in New Issue
Block a user