jbone
jbone copied to clipboard
Add missing documentation for get() (no arguments)
Both forms of the get method are implemented, i.e.:
-
get() => Array<Element> -
get(index: number) => Element
- but only the latter is documented.
This PR adds a link to the documentation for the no-argument form (which has been added to the wiki).