Use ES5 style trailing commas, to avoid unnecessary lines during code diffs

This commit is contained in:
cmdr2
2023-04-28 15:50:44 +05:30
parent 3000e53cc0
commit 469585ddda
24 changed files with 409 additions and 408 deletions

View File

@ -65,7 +65,7 @@ const imageModal = (function() {
const state = {
previous: undefined,
next: undefined
next: undefined,
}
const clear = () => {