mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -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);
|
||||
});
|
||||
|
||||
const $dragContainer = $this.find('.jsfu-shade-container');
|
||||
|
||||
$this.on('dragover', function(e) {
|
||||
if (e.preventDefault) e.preventDefault();
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue