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:
parent
843caf4e61
commit
2a90e32c89
7 changed files with 69 additions and 18 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue