Skip to content

Commit

Permalink
[fix] use some
Browse files Browse the repository at this point in the history
  • Loading branch information
yawnt committed Sep 3, 2013
1 parent a6256ca commit 4480699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/caronte/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function createRightProxy(type) {
//self.emit(ev + 'begin', req, res);


passes.every(function(pass) {
passes.some(function(pass) {
var evnt = ev + pass.name.toLowerCase();

//self.emit(evnt + 'begin', req, res);
Expand Down

0 comments on commit 4480699

Please sign in to comment.