diff --git a/plugins/quote/quote.js b/plugins/quote/quote.js index affdf04f..0bbf87a8 100644 --- a/plugins/quote/quote.js +++ b/plugins/quote/quote.js @@ -362,7 +362,7 @@ var quote = (function(quote) { fileReader.readAsDataURL(file); - fileReader.onload = photoUploadingCallbacks_.preview_(e); + fileReader.onload = photoUploadingCallbacks_.preview_; },