make eslint happy

This commit is contained in:
Vinoth Kannan 2017-12-15 17:08:17 +05:30
parent 236ecec0b0
commit 9cd48207f2
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ export default Ember.Component.extend({
return;
}
const { types, canUpload, canPasteHtml } = clipboardData(e, true);
const { canUpload, canPasteHtml } = clipboardData(e, true);
if (!canUpload || canPasteHtml) {
e.preventDefault();