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 Jul 14, 2014
1 parent f95704d commit be0dda8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions familysearch-javascript-sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -6267,6 +6267,9 @@ define('notes',[
return { $personId: maybe(maybe(maybe(response).persons)[0]).id };
}, function(response) {
return maybe(maybe(maybe(response).persons)[0]).notes;
}),
helpers.constructorSetter(attribution.Attribution, 'attribution', function(response) {
return maybe(maybe(maybe(response).persons)[0]).notes;
})
));
});
Expand Down Expand Up @@ -6308,6 +6311,9 @@ define('notes',[
return { $coupleId: maybe(maybe(maybe(response).relationships)[0]).id };
}, function(response) {
return maybe(maybe(maybe(response).relationships)[0]).notes;
}),
helpers.constructorSetter(attribution.Attribution, 'attribution', function(response) {
return maybe(maybe(maybe(response).relationships)[0]).notes;
})
));
});
Expand Down Expand Up @@ -6350,6 +6356,9 @@ define('notes',[
return { $childAndParentsId: maybe(maybe(maybe(response).childAndParentsRelationships)[0]).id };
}, function(response) {
return maybe(maybe(maybe(response).childAndParentsRelationships)[0]).notes;
}),
helpers.constructorSetter(attribution.Attribution, 'attribution', function(response) {
return maybe(maybe(maybe(response).childAndParentsRelationships)[0]).notes;
})
));
});
Expand Down
Loading

0 comments on commit be0dda8

Please sign in to comment.