|
|
@ -18,12 +18,12 @@ |
|
|
|
(function (root, factory) { |
|
|
|
(function (root, factory) { |
|
|
|
'use strict'; |
|
|
|
'use strict'; |
|
|
|
if (typeof define === 'function' && define.amd) { |
|
|
|
if (typeof define === 'function' && define.amd) { |
|
|
|
define('pdfjs-dist/web/pdf.components', ['exports', 'pdfjs-dist/build/pdf'], |
|
|
|
define('pdfjs-dist/web/pdf_viewer', ['exports', 'pdfjs-dist/build/pdf'], |
|
|
|
factory); |
|
|
|
factory); |
|
|
|
} else if (typeof exports !== 'undefined') { |
|
|
|
} else if (typeof exports !== 'undefined') { |
|
|
|
factory(exports, require('../build/pdf.js')); |
|
|
|
factory(exports, require('../build/pdf.js')); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
factory((root.pdfjsDistWebPDFComponents = {}), root.pdfjsDistBuildPdf); |
|
|
|
factory((root.pdfjsDistWebPDFViewer = {}), root.pdfjsDistBuildPdf); |
|
|
|
} |
|
|
|
} |
|
|
|
}(this, function (exports, pdfjsLib) { |
|
|
|
}(this, function (exports, pdfjsLib) { |
|
|
|
'use strict'; |
|
|
|
'use strict'; |
|
|
|