[Pkg-javascript-commits] [pdf.js] 131/161: Update util.js
David Prévot
taffit at moszumanska.debian.org
Sat Apr 19 14:16:38 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 1d0286f6a1624ac76898fa4ce8ad6773c886eec5
Author: Yury Delendik <ydelendik at mozilla.com>
Date: Wed Mar 26 13:19:10 2014 -0500
Update util.js
Fixes comments for preprocessor
---
src/shared/util.js | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/shared/util.js b/src/shared/util.js
index a943d47..31baf1c 100644
--- a/src/shared/util.js
+++ b/src/shared/util.js
@@ -427,7 +427,7 @@ Object.defineProperty(PDFJS, 'isLittleEndian', {
});
//#if !(FIREFOX || MOZCENTRAL || B2G || CHROME)
-// Lazy test if the userAgant support CanvasTypedArrays
+//// Lazy test if the userAgant support CanvasTypedArrays
function hasCanvasTypedArrays() {
var canvas = document.createElement('canvas');
canvas.width = canvas.height = 1;
@@ -443,7 +443,6 @@ Object.defineProperty(PDFJS, 'hasCanvasTypedArrays', {
}
});
-// Uint32ArrayView
var Uint32ArrayView = (function Uint32ArrayViewClosure() {
function Uint32ArrayView(buffer) {
--
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