Skip to content

Commit

Permalink
Missed something...
Browse files Browse the repository at this point in the history
  • Loading branch information
Qard committed May 10, 2012
1 parent 8761a9c commit 2854e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Crsh.prototype.applyInputFilters = function (files, cb) {
var args = [files[file]]

// Add filename, if callback accepts it
(fn.length === 3) && args.push(file)
;(fn.length === 3) && args.push(file)

// Add receiver function
args.push(function (err, data) {
Expand Down

0 comments on commit 2854e77

Please sign in to comment.