Skip to content

Commit

Permalink
Merge pull request mozilla#8385 from tobytailor/master
Browse files Browse the repository at this point in the history
Fix typo in LoopbackPort export
  • Loading branch information
Snuffleupagus authored May 6, 2017
2 parents c6fa742 + 59819b1 commit c5b45d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exports.PDFJS = pdfjsDisplayGlobal.PDFJS;
exports.build = pdfjsDisplayAPI.build;
exports.version = pdfjsDisplayAPI.version;
exports.getDocument = pdfjsDisplayAPI.getDocument;
exports.LoobpackPort = pdfjsDisplayAPI.LoopbackPort;
exports.LoopbackPort = pdfjsDisplayAPI.LoopbackPort;
exports.PDFDataRangeTransport = pdfjsDisplayAPI.PDFDataRangeTransport;
exports.PDFWorker = pdfjsDisplayAPI.PDFWorker;
exports.renderTextLayer = pdfjsDisplayTextLayer.renderTextLayer;
Expand Down

0 comments on commit c5b45d2

Please sign in to comment.