mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
fixed the remaining style error
This commit is contained in:
parent
b506bc7f44
commit
d769535bee
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ var PDFDoc = (function PDFDocClosure() {
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
|
|
||||||
var testObj = new Uint8Array(1);
|
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.
|
// serializing the typed array.
|
||||||
messageHandler.send('test', testObj);
|
messageHandler.send('test', testObj);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue