mirror of
https://github.com/inexorabletash/jsbasic.git
synced 2024-12-22 07:30:19 +00:00
Bump polyfill, use minified
This commit is contained in:
parent
dadd80dbef
commit
aa7060ee47
@ -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 -->
|
||||
|
@ -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 = [];
|
||||
|
Loading…
Reference in New Issue
Block a user