Bump polyfill, use minified

This commit is contained in:
Joshua Bell 2015-05-31 20:04:24 -07:00
parent dadd80dbef
commit aa7060ee47
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="display.css">
<script src="polyfill/polyfill.js?update=2012-02-08"></script>
<script src="polyfill/polyfill.min.js?update=2015-05-31"></script>
<script src="polyfill/keyboard.js"></script>
<!-- CodeMirror syntax highlighting - this is optional -->

View File

@ -601,7 +601,7 @@ function which implements the logic for walking over the array.<p>
</ol>
</section>
<script src="polyfill/polyfill.js"></script>
<script src="polyfill/polyfill.min.js"></script>
<script>
(function buildTOC(el) {
var html = [];