mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
Refactors FindController dependencies.
This commit is contained in:
parent
3d49879211
commit
81fc46e666
5 changed files with 60 additions and 43 deletions
1
make.js
1
make.js
|
@ -179,6 +179,7 @@ target.components = function() {
|
|||
var bundleFiles = [
|
||||
'pdf_viewer.js',
|
||||
'pdf_history.js',
|
||||
'pdf_find_controller.js',
|
||||
'download_manager.js'
|
||||
];
|
||||
bundle('pdf_viewer.component.js', ROOT_DIR + TMP_PDF_VIEWER, bundleFiles,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue