mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
FIX: Broken JSHint. cc @riking
This commit is contained in:
parent
7ae1ff439d
commit
4c4b20574d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user