From: Steffen Märcker Date: Wed, 28 Dec 2011 18:57:12 +0000 (+0100) Subject: fixed the remaining style error X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d769535beece350eb70f188b4e167f76aa49fb69;p=pdf.js.git fixed the remaining style error --- diff --git a/src/core.js b/src/core.js index 8c55d4d..26e3763 100644 --- a/src/core.js +++ b/src/core.js @@ -598,7 +598,7 @@ var PDFDoc = (function PDFDocClosure() { }.bind(this)); var testObj = new Uint8Array(1); - // Some versions of Opera throw a DATA_CLONE_ERR on + // Some versions of Opera throw a DATA_CLONE_ERR on // serializing the typed array. messageHandler.send('test', testObj); return;