Linting.
This commit is contained in:
parent
e45f7fe877
commit
fbc4889ece
|
@ -39,7 +39,7 @@ const mediaUpload = {
|
||||||
self.decreaseUploadCount()
|
self.decreaseUploadCount()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
decreaseUploadCount() {
|
decreaseUploadCount () {
|
||||||
this.uploadCount--
|
this.uploadCount--
|
||||||
if (this.uploadCount === 0) {
|
if (this.uploadCount === 0) {
|
||||||
this.$emit('all-uploaded')
|
this.$emit('all-uploaded')
|
||||||
|
|
Loading…
Reference in New Issue