1
0
Fork 0
forked from 0x2620/oxjs

fix semicolons

This commit is contained in:
rolux 2014-08-19 10:19:59 +02:00
commit 1b90cc6ac8
12 changed files with 38 additions and 38 deletions

View file

@ -236,7 +236,7 @@ Ox.decodeDeflate = function(string, callback) {
error();
}
callback(string);
}
};
image.onerror = error;
image.src = 'data:image/png;base64,' + btoa(data);
};