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 Mar 11, 2016
1 parent 4154f8e commit 281d98e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 2.4/js/docs-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ NG_DOCS={
"type": "function",
"moduleName": "person",
"shortDescription": "Person",
"keywords": "_delete_ _facts_ _gender_ _names_ _save_ add addfact addname addsource ancestor ancestry api array arrays attach attributes birth birthdate birthplace burial change changehistory changemessage changes child childandparents children christening christning client conslusions convenience count couple couples create created data death deathdate deathplace default delete deleted deletefact deletename deleteperson descendency description discussions display docs doesn element endpoint entries exist existing exists explicit fact facts false familysearch female final follow followredirect full function functions gender generations getancestry getbirth getbirthdate getbirthplace getburial getburialdate getburialplace getchanges getchildandparentsrelationships getchildrelationships getchildren getchristening getchristeningdate getchristeningplace getcouplerelationships getdeath getdeathdate getdeathplace getdescendancy getdiscussionrefs getdisplay getdisplaybirthdate getdisplaybirthplace getdisplaydeathdate getdisplaydeathplace getdisplaygender getdisplaylifespan getdisplayname getfact getfacts getgender getgivenname getid getidentifiers getmatches getmemorypersonarefs getnames getnotes getparentrelationships getparents getpersistentidentifier getperson getpersonchanges getpersondiscussionrefs getpersonmatches getpersonnotes getpersonportraiturl getpersonurl getpersonwithrelationships getpreferredname getsourcerefs getsources getsourcesquery getspouserelationships getspouses getsurname headers history http https identifier identifiers implied include includes isliving isreadonly lifespan links male map matter max memories message method methods multiple names needed note notes number object objects optional org param parameter params parent parents parentsandchildren pass passed pedigree people persistent persists person persondetails persons pid place portrait preferred promise promises read read-only redirect reference relationship relationships remove removes request requests resolved resolves response responses restore retrieve return returned returns save sdk searchandmatch set setfacts setgender setnames source sourcedescription sourceref sources spouse spouses string strings surname tags true type types update updated url values year"
"keywords": "_delete_ _facts_ _gender_ _names_ _save_ add addfact addname addsource ancestor ancestry api array arrays attach attributes birth birthdate birthplace burial change changehistory changemessage changes child childandparents children christening christning client conslusions convenience count couple couples create created data death deathdate deathplace default delete deleted deletefact deletename deleteperson descendency description discussions display docs doesn element endpoint entries exist existing exists explicit fact facts false familysearch female final follow followredirect full function functions gender generations getancestry getbirth getbirthdate getbirthplace getburial getburialdate getburialplace getchanges getchildandparentsrelationships getchildrelationships getchildren getchristening getchristeningdate getchristeningplace getcouplerelationships getdeath getdeathdate getdeathplace getdescendancy getdiscussionrefs getdisplay getdisplaybirthdate getdisplaybirthplace getdisplaydeathdate getdisplaydeathplace getdisplaygender getdisplaylifespan getdisplayname getfact getfacts getgender getgivenname getid getidentifiers getmatches getmemorypersonarefs getnames getnotes getparentrelationships getparents getpersistentidentifier getperson getpersonchanges getpersondiscussionrefs getpersonmatches getpersonportraiturl getpersonurl getpersonwithrelationships getpreferredname getsourcerefs getsources getsourcesquery getspouserelationships getspouses getsurname headers history http https identifier identifiers implied include includes isliving isreadonly lifespan links male map matter max memories message method methods multiple names needed note notes number object objects optional org param parameter params parent parents parentsandchildren pass passed pedigree people persistent persists person persondetails persons pid place portrait preferred promise promises read read-only redirect reference relationship relationships remove removes request requests resolved resolves response responses restore retrieve return returned returns save sdk searchandmatch set setfacts setgender setnames source sourcedescription sourceref sources spouse spouses string strings surname tags true type types update updated url values year"
},
{
"section": "api",
Expand Down
2 changes: 1 addition & 1 deletion 2.4/partials/api/person.types.constructor.Person.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ <h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table ta
</div></td></tr></table></div>
</li>
<li><h3 id="methods_getnotes">getNotes()</h3>
<div class="getnotes"><h5 id="methods_getnotes_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-object">Object</a></td><td><div class="person-types-page person-types-constructor-person-getnotes-page"><p>promise for the <a href="#/api/notes.functions:getPersonNotes">getPersonNotes</a> response</p>
<div class="getnotes"><h5 id="methods_getnotes_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-object">Object</a></td><td><div class="person-types-page person-types-constructor-person-getnotes-page"><p>promise for the <a href="#/api/notes.functions:getNotes">getNotes</a> response</p>
</div></td></tr></table></div>
</li>
<li><h3 id="methods_getparentrelationships">getParentRelationships(params)</h3>
Expand Down
4 changes: 2 additions & 2 deletions familysearch-javascript-sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -5975,10 +5975,10 @@ Person.prototype = utils.extend(Object.create(FS.BaseClass.prototype), {
* @name person.types:constructor.Person#getNotes
* @methodOf person.types:constructor.Person
* @return {Object} promise for the {@link notes.functions:getPersonNotes getPersonNotes} response
* @return {Object} promise for the {@link notes.functions:getNotes getNotes} response
*/
getNotes: function() {
return this.client.getPersonNotes(this.helpers.removeAccessToken(maybe(this.getLink('notes')).href));
return this.client.getNotes(maybe(this.getLink('notes')).href);
},

/**
Expand Down
8 changes: 4 additions & 4 deletions familysearch-javascript-sdk.min.js

Large diffs are not rendered by default.

0 comments on commit 281d98e

Please sign in to comment.