mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 10:23:17 -05:00
FIX: Broken JSHint. cc @riking
This commit is contained in:
@@ -18,8 +18,6 @@ export default Em.Component.extend({
|
||||
self.fileSelected(this.files);
|
||||
});
|
||||
|
||||
const $dragContainer = $this.find('.jsfu-shade-container');
|
||||
|
||||
$this.on('dragover', function(e) {
|
||||
if (e.preventDefault) e.preventDefault();
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user