Move compatibility code to the shared/compatibility.js.

This commit is contained in:
Yury Delendik 2017-02-23 16:35:35 -06:00
parent cada411af4
commit facefb0c79
10 changed files with 1801 additions and 1717 deletions

View file

@ -37,9 +37,6 @@ limitations under the License.
<link rel="stylesheet" href="../../build/dist/web/pdf_viewer.css">
<!-- for legacy browsers -->
<script src="../../build/dist/web/compatibility.js"></script>
<script src="../../build/dist/build/pdf.js"></script>
<script src="../../build/dist/web/pdf_viewer.js"></script>
</head>