Bump dependencies: Polyfill and CodeMirror

This commit is contained in:
Joshua Bell
2016-08-14 14:17:17 -07:00
parent d53e58db23
commit c1034dcdff
3 changed files with 7 additions and 7 deletions

View File

@@ -8,8 +8,8 @@
document.write('<link rel="stylesheet" href="' + baseURL + 'display.css">');
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.16/keyboard.js');
load('https://cdn.rawgit.com/inexorabletash/polyfill/v0.1.25/polyfill.min.js');
load('https://cdn.rawgit.com/inexorabletash/polyfill/v0.1.25/keyboard.js');
load('tty.js');
load('lores.js');
load('hires.js');