Browse Source

fixed the remaining style error

Steffen Märcker 14 years ago
parent
commit
d769535bee
  1. 2
      src/core.js

2
src/core.js

@ -598,7 +598,7 @@ var PDFDoc = (function PDFDocClosure() { @@ -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;

Loading…
Cancel
Save