"function" not used
This commit is contained in:
parent
adbb260e70
commit
9d5d136993
@ -18,7 +18,7 @@ BufferReader.prototype.set = function(obj) {
|
||||
return this;
|
||||
};
|
||||
|
||||
BufferReader.prototype.eof = function eof() {
|
||||
BufferReader.prototype.eof = function() {
|
||||
return this.pos >= this.buf.length;
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user