mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
We have an array definition now.
This commit is contained in:
parent
1f70663242
commit
02586451aa
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ Object::operator VALUE() {
|
|||
// return Function(handle);
|
||||
}
|
||||
if (handle->IsArray()) {
|
||||
// return Array(handle);
|
||||
return Array(handle);
|
||||
}
|
||||
if (handle->IsDate()) {
|
||||
// return Date(handle);
|
||||
|
|
Loading…
Add table
Reference in a new issue