Browse Source

fixed lint errors

Steffen Märcker 14 years ago
parent
commit
b506bc7f44
  1. 3
      src/core.js

3
src/core.js

@ -598,7 +598,8 @@ 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 serializing the typed array. // Some versions of Opera throw a DATA_CLONE_ERR on
// serializing the typed array.
messageHandler.send('test', testObj); messageHandler.send('test', testObj);
return; return;
} catch (e) {} } catch (e) {}

Loading…
Cancel
Save