Skip to content

Commit

Permalink
Updated jscore to 16e21b0c4e and jsvalue to 44af1b33d8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanaye committed Feb 18, 2017
1 parent ef8550b commit 9d1efef
Show file tree
Hide file tree
Showing 2 changed files with 540 additions and 523 deletions.
2 changes: 1 addition & 1 deletion lib/blocks/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
} else if (type == 'object'){
clone = new value.constructor();
} else {
clone = [];
clone = Array(value.length);
}

for (key in value) {
Expand Down
Loading

0 comments on commit 9d1efef

Please sign in to comment.