mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Remove the web-com
import map (PR 17588 follow-up)
With the changes in PR 17588 we're already importing the relevant code via the `web/app.js` file.
This commit is contained in:
parent
898172e9d2
commit
6da9448f6c
6 changed files with 0 additions and 9 deletions
|
@ -60,7 +60,6 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|||
|
||||
"web-alt_text_manager": "./stubs-geckoview.js",
|
||||
"web-annotation_editor_params": "./stubs-geckoview.js",
|
||||
"web-com": "./genericcom.js",
|
||||
"web-download_manager": "./download_manager.js",
|
||||
"web-external_services": "./genericcom.js",
|
||||
"web-null_l10n": "./genericl10n.js",
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import "web-com";
|
||||
import { RenderingStates, ScrollMode, SpreadMode } from "./ui_utils.js";
|
||||
import { AppOptions } from "./app_options.js";
|
||||
import { LinkTarget } from "./pdf_link_service.js";
|
||||
|
|
|
@ -69,7 +69,6 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|||
|
||||
"web-alt_text_manager": "./alt_text_manager.js",
|
||||
"web-annotation_editor_params": "./annotation_editor_params.js",
|
||||
"web-com": "./genericcom.js",
|
||||
"web-download_manager": "./download_manager.js",
|
||||
"web-external_services": "./genericcom.js",
|
||||
"web-null_l10n": "./genericl10n.js",
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import "web-com";
|
||||
import { RenderingStates, ScrollMode, SpreadMode } from "./ui_utils.js";
|
||||
import { AppOptions } from "./app_options.js";
|
||||
import { LinkTarget } from "./pdf_link_service.js";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue