Skip to content

Commit

Permalink
proper fx filename
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlehner committed Jun 13, 2012
1 parent 5164903 commit a3a634e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -2,6 +2,6 @@ module.exports = require('./lib/zepto');
module.exports = require('./lib/ajax');
module.exports = require('./lib/event');
module.exports = require('./lib/form');
module.exports = require('./lib/effects');
module.exports = require('./lib/fx');
module.exports = require('./lib/polyfill');
module.exports = require('./lib/detect');

0 comments on commit a3a634e

Please sign in to comment.