Typo fix, closes #52

This commit is contained in:
Vitaly Puzrin 2015-04-13 17:39:20 +03:00
parent cf7da48212
commit ddaf928aec

View file

@ -100,7 +100,7 @@ var compressed = new Uint8Array();
//... fill data to uncompress here
try {
var result = pako.inflate(compressed);
catch (err) {
} catch (err) {
console.log(err);
}