mirror of
https://github.com/inexorabletash/jsbasic.git
synced 2024-12-30 15:29:22 +00:00
Bump dependencies: Polyfill and CodeMirror
This commit is contained in:
parent
d53e58db23
commit
c1034dcdff
@ -9,12 +9,12 @@
|
|||||||
<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="https://cdn.rawgit.com/inexorabletash/polyfill/v0.1.16/polyfill.min.js"></script>
|
<script src="https://cdn.rawgit.com/inexorabletash/polyfill/v0.1.25/polyfill.min.js"></script>
|
||||||
<script src="https://cdn.rawgit.com/inexorabletash/polyfill/v0.1.16/keyboard.js"></script>
|
<script src="https://cdn.rawgit.com/inexorabletash/polyfill/v0.1.25/keyboard.js"></script>
|
||||||
|
|
||||||
<!-- CodeMirror syntax highlighting - this is optional -->
|
<!-- CodeMirror syntax highlighting - this is optional -->
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.12.0/codemirror.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.17.0/codemirror.min.js"></script>
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.12.0/codemirror.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.17.0/codemirror.css">
|
||||||
<script src="cm/basic.js"></script>
|
<script src="cm/basic.js"></script>
|
||||||
<link rel="stylesheet" href="cm/basic.css">
|
<link rel="stylesheet" href="cm/basic.css">
|
||||||
<style>
|
<style>
|
||||||
|
@ -603,7 +603,7 @@ function which implements the logic for walking over the array.<p>
|
|||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<script src="https://cdn.rawgit.com/inexorabletash/polyfill/v0.1.16/polyfill.min.js"></script>
|
<script src="https://cdn.rawgit.com/inexorabletash/polyfill/v0.1.25/polyfill.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
(function buildTOC(el) {
|
(function buildTOC(el) {
|
||||||
var html = [];
|
var html = [];
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
document.write('<link rel="stylesheet" href="' + baseURL + 'display.css">');
|
document.write('<link rel="stylesheet" href="' + baseURL + 'display.css">');
|
||||||
|
|
||||||
function load(url) { document.write('<script src="' + baseURL + url + '"></script>'); }
|
function load(url) { document.write('<script src="' + baseURL + url + '"></script>'); }
|
||||||
load('https://cdn.rawgit.com/inexorabletash/polyfill/v0.1.16/polyfill.min.js');
|
load('https://cdn.rawgit.com/inexorabletash/polyfill/v0.1.25/polyfill.min.js');
|
||||||
load('https://cdn.rawgit.com/inexorabletash/polyfill/v0.1.16/keyboard.js');
|
load('https://cdn.rawgit.com/inexorabletash/polyfill/v0.1.25/keyboard.js');
|
||||||
load('tty.js');
|
load('tty.js');
|
||||||
load('lores.js');
|
load('lores.js');
|
||||||
load('hires.js');
|
load('hires.js');
|
||||||
|
Loading…
Reference in New Issue
Block a user