Skip to content

Commit

Permalink
Merge pull request #9122 from wojtekmaj/change/remove-compatibility-f…
Browse files Browse the repository at this point in the history
…rom-examples

Remove mentions of compatibility.js from examples
  • Loading branch information
Snuffleupagus authored Nov 16, 2017
2 parents 374709a + 9e05592 commit c61d197
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions examples/learning/helloworld.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ <h1>'Hello, world!' example</h1>

<canvas id="the-canvas" style="border:1px solid black"></canvas>

<!-- for legacy browsers add compatibility.js -->
<!--<script src="../../node_modules/pdfjs-dist/web/compatibility.js"></script>-->

<script src="../../node_modules/pdfjs-dist/build/pdf.js"></script>

<script id="script">
Expand Down
3 changes: 0 additions & 3 deletions examples/learning/prevnext.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ <h1>'Previous/Next' example</h1>
<canvas id="the-canvas" style="border:1px solid black"></canvas>
</div>

<!-- for legacy browsers add compatibility.js -->
<!--<script src="../compatibility.js"></script>-->

<script src="../../node_modules/pdfjs-dist/build/pdf.js"></script>

<script id="script">
Expand Down

0 comments on commit c61d197

Please sign in to comment.