[Pkg-javascript-commits] [pdf.js] 97/161: Simulate support of the Int8Array for IE9
David Prévot
taffit at moszumanska.debian.org
Sat Apr 19 14:16:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit cebf7836f47cc1be7cb6b0516f3327387f93613c
Author: Yury Delendik <ydelendik at mozilla.com>
Date: Thu Mar 20 18:50:34 2014 -0500
Simulate support of the Int8Array for IE9
---
web/compatibility.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/web/compatibility.js b/web/compatibility.js
index dd0edcf..2ed06ac 100644
--- a/web/compatibility.js
+++ b/web/compatibility.js
@@ -85,6 +85,7 @@ if (typeof PDFJS === 'undefined') {
}
window.Uint8Array = TypedArray;
+ window.Int8Array = TypedArray;
// we don't need support for set, byteLength for 32-bit array
// so we can use the TypedArray as well
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list