Add missing comma

This commit is contained in:
Aya Morisawa 2018-12-06 17:02:44 +09:00
parent eefeb4c268
commit d3d50b2f79
No known key found for this signature in database
GPG key ID: 3E64865D70D579F2

View file

@ -282,7 +282,7 @@ export default Vue.extend({
onPollUpdate() {
this.pollChoices = this.$refs.poll.get().choices;
this.saveDraft();
}
},
upload(file) {
(this.$refs.uploader as any).upload(file);