Skip to content

Commit

Permalink
html: fix String.endsWith on ie11
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Sep 9, 2018
1 parent 4f885be commit 8e09061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions html/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ require('core-js/fn/array');
require('core-js/fn/object');
require('core-js/fn/promise');
require('core-js/fn/typed');
require('core-js/fn/string/ends-with');
require('fast-text-encoding');

var Zmodem = require('zmodem.js/src/zmodem_browser');
Expand Down
2 changes: 1 addition & 1 deletion src/index.html

Large diffs are not rendered by default.

0 comments on commit 8e09061

Please sign in to comment.