Skip to content

Commit

Permalink
Fix Uncaught ReferenceError: btype is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
alchimere committed Dec 15, 2015
1 parent 9fab976 commit 64c3e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ function tinf_inflate_uncompressed_block(d) {
/* inflate stream from source to dest */
function tinf_uncompress(source, dest) {
var d = new Data(source, dest);
var bfinal, res;
var bfinal, btype, res;

do {
/* read final block flag */
Expand Down

0 comments on commit 64c3e19

Please sign in to comment.