mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 10:30:08 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7f8627d097
commit
6759028262
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user