FIX: Broken JSHint. cc @riking

This commit is contained in:
Robin Ward 2015-06-22 16:01:58 -04:00
parent 7ae1ff439d
commit 4c4b20574d

View file

@ -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;