This commit is contained in:
barisusakli
2014-11-11 19:22:54 -05:00
parent 7225c0d45b
commit c9f990bb72

View File

@@ -450,7 +450,7 @@ var fs = require('fs'),
}, callback); }, callback);
} }
function fireStaticHook(hook, hookList, params,callback) { function fireStaticHook(hook, hookList, params, callback) {
async.each(hookList, function(hookObj, next) { async.each(hookList, function(hookObj, next) {
if (typeof hookObj.method === 'function') { if (typeof hookObj.method === 'function') {
hookObj.method(params, next); hookObj.method(params, next);