Skip to content

Commit

Permalink
bikeshed
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhandley committed May 4, 2012
1 parent e6723ec commit c1f4275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function(dir, basenames) {

} else {
basenames.forEach(function(basename) {
var filepath = path.join(dir, basename)
var filepath = path.join(dir, basename);
requires[basename] = require(filepath);
});
}
Expand Down

0 comments on commit c1f4275

Please sign in to comment.