Skip to content

Commit

Permalink
sort output of dumpSettings
Browse files Browse the repository at this point in the history
minor, still 1.09
  • Loading branch information
JC3 committed Jun 4, 2017
1 parent 418095c commit 0ccfea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatTopBar.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@

// Print all settings to console, for debugging.
function dumpSettings () {
for (let key of GM_listValues())
for (let key of GM_listValues().sort())
console.log(`${key} => ${load(key)}`);
}

Expand Down

0 comments on commit 0ccfea9

Please sign in to comment.