From d769535beece350eb70f188b4e167f76aa49fb69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Ma=CC=88rcker?= Date: Wed, 28 Dec 2011 19:57:12 +0100 Subject: [PATCH] fixed the remaining style error --- src/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.js b/src/core.js index 8c55d4d06..26e376327 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;