Browse Source

"function" not used

patch-2
Ryan X. Charles 10 years ago
parent
commit
9d5d136993
  1. 2
      lib/bufferreader.js

2
lib/bufferreader.js

@ -18,7 +18,7 @@ BufferReader.prototype.set = function(obj) {
return this; return this;
}; };
BufferReader.prototype.eof = function eof() { BufferReader.prototype.eof = function() {
return this.pos >= this.buf.length; return this.pos >= this.buf.length;
}; };

Loading…
Cancel
Save