fixed the remaining style error

This commit is contained in:
Steffen Märcker 2011-12-28 19:57:12 +01:00
parent b506bc7f44
commit d769535bee

View 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;