Skip to content

Commit

Permalink
#175 remove es6 shim
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 16, 2022
1 parent 8336b02 commit fbc4b54
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 220 deletions.
1 change: 0 additions & 1 deletion html5/connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/png" href="favicon.png">

<script src="js/lib/es6-shim.js"></script>
<script src="js/lib/AudioContextMonkeyPatch.js"></script>

<script type="text/javascript" src="js/RgbHelpers.js"></script>
Expand Down
1 change: 0 additions & 1 deletion html5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/spinner.css">

<script type="text/javascript" src="js/lib/es6-shim.js"></script>
<script type="text/javascript" src="js/lib/AudioContextMonkeyPatch.js"></script>

<script type="text/javascript" src="js/lib/jquery.js"></script>
Expand Down
1 change: 0 additions & 1 deletion html5/js/Protocol.js
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,6 @@ if (!(typeof window == "object" && typeof document == "object" && window.documen
'lib/bencode.js',
'lib/zlib.js',
'lib/lz4.js',
'lib/es6-shim.js',
'lib/brotli_decode.js',
'lib/forge.js',
'lib/rencode.js');
Expand Down
217 changes: 0 additions & 217 deletions html5/js/lib/es6-shim.js

This file was deleted.

0 comments on commit fbc4b54

Please sign in to comment.