fix params

This commit is contained in:
Dan Zajdband
2012-06-21 11:45:38 -03:00
parent 62e8da2326
commit d884ac0d57

View File

@@ -36,7 +36,7 @@ Object.keys(methods).forEach(function(method){
} else { } else {
execMethod.call(this, 'get', methods[method].get[g], fn); execMethod.call(this, 'get', params, methods[method].get[g], fn);
} }