Skip to content

Commit

Permalink
Merge pull request #28 from mihop/master
Browse files Browse the repository at this point in the history
index.js require formdata point to formdata.js
  • Loading branch information
ykzts committed Jan 18, 2016
2 parents fc256c5 + d239fe3 commit d47f7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

const XMLHttpRequest = require('./xmlhttprequest');
const XMLHttpRequestUpload = require('./xmlhttprequestupload');
const FormData = require('formdata');
const FormData = require('./formdata');

module.exports = {
XMLHttpRequest,
Expand Down

0 comments on commit d47f7ce

Please sign in to comment.