fix json.sortify in browser contexts. lint compliance

This commit is contained in:
ansuz
2019-09-18 16:31:23 +02:00
parent 4269cb1ec7
commit 7230ee71a8
2 changed files with 4 additions and 3 deletions

View File

@@ -400,7 +400,7 @@ nThen(function (w) {
if (err) { return void console.log(err); }
console.log("STATE =", JSON.stringify(oscar.roster.getState(), null, 2));
}));
}).nThen(function (w) {
}).nThen(function () {