Skip to content

Commit

Permalink
(style) ws
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Mar 13, 2011
1 parent 381c0a3 commit 72b9299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/vows
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ var fileExt, specFileExt;

try {
var coffee = require('coffee-script');
if(require.extensions) {
require.extensions['.coffee'] = function(module, filename) {
if (require.extensions) {
require.extensions['.coffee'] = function (module, filename) {
var content = coffee.compile(fs.readFileSync(filename, 'utf8'));
return module._compile(content, filename);
};
Expand Down

0 comments on commit 72b9299

Please sign in to comment.