mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: Broken JSHint. cc @riking
This commit is contained in:
parent
7ae1ff439d
commit
4c4b20574d
1 changed files with 0 additions and 2 deletions
|
@ -18,8 +18,6 @@ export default Em.Component.extend({
|
||||||
self.fileSelected(this.files);
|
self.fileSelected(this.files);
|
||||||
});
|
});
|
||||||
|
|
||||||
const $dragContainer = $this.find('.jsfu-shade-container');
|
|
||||||
|
|
||||||
$this.on('dragover', function(e) {
|
$this.on('dragover', function(e) {
|
||||||
if (e.preventDefault) e.preventDefault();
|
if (e.preventDefault) e.preventDefault();
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue