rootsdev / gedcomx-js

JavaScript library for GEDCOM X
http://rootsdev.org/gedcomx-js/
MIT License
10 stars 1 forks source link

Person.getFacts([type]) #31

Open justincy opened 7 years ago

justincy commented 7 years ago

Update Person.getFacts() to accept an optional type parameter. When present the method acts as an alias to Person.getFactsByType() (what a horrible name).