From 6759028262c442629061f435d8e0762b561e747f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 23 May 2020 16:53:32 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- object.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)