minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-23 16:53:32 +03:00
parent 7f8627d097
commit 6759028262

View File

@ -223,7 +223,7 @@ function(obj, name, callback, props){
obj) } obj) }
return sources(...(c ? return sources(...(c ?
[obj, name, c] [obj, name, c]
: arguments)) : [obj, name]))
.map(function(obj){ .map(function(obj){
return props ? return props ?
Object.getOwnPropertyDescriptor(obj, name) Object.getOwnPropertyDescriptor(obj, name)