fix typo bytesRead -> bytes

master
Stefan Thomas 8 years ago
parent 455eca54c6
commit 8d15a90f10

@ -13,7 +13,7 @@ function read(buf, offset) {
do {
if(counter >= l) {
read.bytesRead = 0
read.bytes = 0
return undefined
}
b = buf[counter++]

Loading…
Cancel
Save