]> git.parisson.com Git - pdf.js.git/commitdiff
fixed the remaining style error
authorSteffen Märcker <merkste@web.de>
Wed, 28 Dec 2011 18:57:12 +0000 (19:57 +0100)
committerSteffen Märcker <merkste@web.de>
Wed, 28 Dec 2011 18:57:12 +0000 (19:57 +0100)
src/core.js

index 8c55d4d062cbd00110fb9dc0a82595151367e784..26e3763278155ad7cdeddfbb93dbd2f99745d6fd 100644 (file)
@@ -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;