Skip to content

Commit

Permalink
Merge pull request #254 from rowanwins/vrajroham-patch-1
Browse files Browse the repository at this point in the history
Fixes #252
  • Loading branch information
vrajroham committed Nov 18, 2017
2 parents 0e6313a + 84fc24a commit ca5e363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/vue-dropzone.vue
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export default {
})
this.dropzone.on('queuecomplete', function() {
vm.$emit('vdropzone-queuecomplete')
vm.$emit('vdropzone-queue-complete')
})
this.dropzone.on('drop', function(event) {
Expand Down

0 comments on commit ca5e363

Please sign in to comment.