mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
Misc tidying
This commit is contained in:
parent
a3c14a8d42
commit
add06a7d8f
4 changed files with 11 additions and 4 deletions
|
|
@ -105,6 +105,9 @@ Reader.prototype = {
|
|||
this.i += 4;
|
||||
return r;
|
||||
},
|
||||
rest: function() {
|
||||
return this.buffer.slice(this.i);
|
||||
},
|
||||
done: function() {
|
||||
return this.i >= this.buffer.length;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue