Skip to content

Commit

Permalink
Allow user to specify hasMithrilExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
shigi committed Dec 9, 2015
1 parent 0b8fc51 commit cb6cf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mithrilify.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function hasMithrilExtension(file) {

function mithrilify(file, opts) {
opts = opts || {};
if (!hasMithrilExtension(file)) {
if (!mithrilify.hasMithrilExtension(file)) {
return through();
}

Expand Down

0 comments on commit cb6cf74

Please sign in to comment.