jbone icon indicating copy to clipboard operation
jbone copied to clipboard

Add missing documentation for get() (no arguments)

Open chocolateboy opened this issue 5 years ago • 0 comments

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).

chocolateboy avatar Jun 21 '20 14:06 chocolateboy