Skip to content

Commit

Permalink
can now just do new formidable
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday authored and felixge committed Sep 8, 2010
1 parent ac041fc commit e94f24e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/formidable/formidable.js

This file was deleted.

4 changes: 3 additions & 1 deletion lib/formidable/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = require('./formidable');
var IncomingForm = require('./incoming_form').IncomingForm;
IncomingForm.IncomingForm = IncomingForm;
module.exports = IncomingForm;

0 comments on commit e94f24e

Please sign in to comment.