forked from extern/easydiffusion
Use ES5 style trailing commas, to avoid unnecessary lines during code diffs
This commit is contained in:
@ -65,7 +65,7 @@ const imageModal = (function() {
|
||||
|
||||
const state = {
|
||||
previous: undefined,
|
||||
next: undefined
|
||||
next: undefined,
|
||||
}
|
||||
|
||||
const clear = () => {
|
||||
|
Reference in New Issue
Block a user