From b048b65e7bdb3567cdafbd270dbdb6627241d4e6 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Thu, 24 Aug 2017 13:05:52 +0200 Subject: [PATCH] Remove any mention of `compatibility.js` from the "Getting Started" docs (issue 8818) *With PR 8102, `compatibility.js` is now bundled directly into `pdf.js` and `pdf.worker.js`.* Fixes 8818. --- docs/contents/getting_started/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/contents/getting_started/index.md b/docs/contents/getting_started/index.md index 4e2092c03..fccfb1afc 100644 --- a/docs/contents/getting_started/index.md +++ b/docs/contents/getting_started/index.md @@ -68,7 +68,6 @@ $ cd pdf.js │   └── pdf.worker.js - core layer └── web/ ├── cmaps/ - character maps(required by core) - ├── compatibility.js - polyfills for missing features ├── compressed.tracemonkey-pldi-09.pdf - test pdf ├── debugger.js - helpful pdf debugging features ├── images/ - images for the viewer and annotation icons