diff --git a/object.js b/object.js index ead2d60..646f708 100755 --- a/object.js +++ b/object.js @@ -223,7 +223,7 @@ function(obj, name, callback, props){ obj) } return sources(...(c ? [obj, name, c] - : arguments)) + : [obj, name])) .map(function(obj){ return props ? Object.getOwnPropertyDescriptor(obj, name)