fixed lint errors
This commit is contained in:
parent
9fcd303519
commit
b506bc7f44
@ -598,7 +598,8 @@ var PDFDoc = (function PDFDocClosure() {
|
||||
}.bind(this));
|
||||
|
||||
var testObj = new Uint8Array(1);
|
||||
// Some versions of Opera throw a DATA_CLONE_ERR on serializing the typed array.
|
||||
// Some versions of Opera throw a DATA_CLONE_ERR on
|
||||
// serializing the typed array.
|
||||
messageHandler.send('test', testObj);
|
||||
return;
|
||||
} catch (e) {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user