1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-06 02:39:55 +02:00

Updates to jsdoc for better IDE analysis. A couple other minor tweaks.

This commit is contained in:
Jeff Schiller 2021-12-12 11:01:41 -08:00
parent 843caf4e61
commit 2a90e32c89
7 changed files with 69 additions and 18 deletions

View file

@ -281,7 +281,7 @@ bitjs.io.ByteStream =
/**
* Feeds more bytes into the back of the stream.
* @param {ArrayBuffer} ab
* @param {ArrayBuffer} ab
*/
push(ab) {
if (!(ab instanceof ArrayBuffer)) {