formatted code and deleted extra code from download.js

This commit is contained in:
Abhinav Adduri 2017-06-02 12:49:56 -07:00
parent a45d3dca73
commit 028b6400cb
5 changed files with 41 additions and 182 deletions

View file

@ -92,7 +92,7 @@ class FileSender extends EventEmitter {
});
}
};
xhr.open('post', '/upload/' + fileId, true);
xhr.send(fd);
});