diff --git a/src/shared/util.js b/src/shared/util.js index 9b203cacf..baf3ee70d 100644 --- a/src/shared/util.js +++ b/src/shared/util.js @@ -631,6 +631,8 @@ var Uint32ArrayView = (function Uint32ArrayViewClosure() { return Uint32ArrayView; })(); + +exports.Uint32ArrayView = Uint32ArrayView; //#else //PDFJS.hasCanvasTypedArrays = true; //#endif @@ -1663,7 +1665,6 @@ exports.PasswordResponses = PasswordResponses; exports.StatTimer = StatTimer; exports.StreamType = StreamType; exports.TextRenderingMode = TextRenderingMode; -exports.Uint32ArrayView = Uint32ArrayView; exports.UnexpectedResponseException = UnexpectedResponseException; exports.UnknownErrorException = UnknownErrorException; exports.Util = Util;