node-pluggable
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -71,3 +71,3 @@ // Generated by CoffeeScript 1.9.1 | ||
match_param = arguments[0], params = 3 <= arguments.length ? slice.call(arguments, 1, i = arguments.length - 1) : (i = 1, []), callback = arguments[i++]; | ||
return async.eachSeries(this.match(match_param), function(arg, callback) { | ||
async.eachSeries(this.match(match_param), function(arg, callback) { | ||
var fn, match_param; | ||
@@ -81,2 +81,3 @@ match_param = arg[0], fn = arg[1]; | ||
}); | ||
return this; | ||
}; | ||
@@ -83,0 +84,0 @@ |
{ | ||
"name": "node-pluggable", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Add your Hook more easily.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5848
99