Fix errant change event handler from firing

A change in the text field was firing the previewImages handler.

// FREEBIE
This commit is contained in:
lilia 2016-04-15 14:57:42 -07:00
parent 8200780fc2
commit 3ac7552d2f

View file

@ -30,7 +30,7 @@
},
events: {
'change': 'previewImages',
'change .choose-file': 'previewImages',
'click .close': 'deleteFiles',
'click .choose-file': 'open',
'drop': 'openDropped',