LittleJS
LittleJS copied to clipboard
Docs: search dropdown shows wrong return types for some functions
For example, if I search for "utilities.abs" on https://killedbyapixel.github.io/LittleJS/docs/Input.html:

abs is listed as returning undefined, but it actually returns a Number.
I noticed this too, not sure why because it seems to be set up correctly. I think it could be a problem with the doc generator I am using.
seems to be working differently with new version of js docs, it does not show the type in search