Skip to content

Commit

Permalink
Update docs and files to distribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis committed Sep 10, 2015
1 parent 0607d32 commit 2a24314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion familysearch-javascript-sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,7 @@ function _toJSON(value){
list[i] = _toJSON(value[i]);
}
return list;
} else {
} else if(value !== undefined) {
return JSON.parse(JSON.stringify(value));
}
}
Expand Down
Loading

0 comments on commit 2a24314

Please sign in to comment.