Document type signature of FileInputView::readFile

This commit is contained in:
Daniel Gasienica
2018-02-15 15:16:58 -05:00
parent d70d70e52c
commit cd985aa700
+1
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();