1
0
Fork 0
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:
Yury Delendik 2016-04-13 14:39:29 -05:00
parent 3d49879211
commit 81fc46e666
5 changed files with 60 additions and 43 deletions

View file

@ -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,