Skip to content

Commit

Permalink
Fix a typo in Babel.transformMeteor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Newman committed Jul 16, 2015
1 parent 2ccaf6a commit 8ea81ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-compiler/babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Babel = {
}
}

return meteorBabel.compile(code, options);
return meteorBabel.compile(source, options);
},

setCacheDir: function (cacheDir) {
Expand Down

0 comments on commit 8ea81ef

Please sign in to comment.