Document type signature of FileInputView::readFile

This commit is contained in:
Daniel Gasienica
2018-02-13 12:34:38 -05:00
parent d70d70e52c
commit cd985aa700

View File

@@ -257,6 +257,7 @@
}).then(this.readFile);
},
// File -> Promise Attachment
readFile: function(file) {
return new Promise(function(resolve, reject) {
var FR = new FileReader();