mirror of
https://github.com/inexorabletash/jsbasic.git
synced 2025-05-15 15:38:13 +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="styles.css">
|
||||||
<link rel="stylesheet" href="display.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>
|
<script src="polyfill/keyboard.js"></script>
|
||||||
|
|
||||||
<!-- CodeMirror syntax highlighting - this is optional -->
|
<!-- CodeMirror syntax highlighting - this is optional -->
|
||||||
|
@ -601,7 +601,7 @@ function which implements the logic for walking over the array.<p>
|
|||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<script src="polyfill/polyfill.js"></script>
|
<script src="polyfill/polyfill.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
(function buildTOC(el) {
|
(function buildTOC(el) {
|
||||||
var html = [];
|
var html = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user