The Wayback Machine - https://webcf.waybackmachine.org/web/20210221155448/https://github.com/mrdoob/three.js/commit/0c815022849389cbe6de14a93e1c2fc7e4b21c18
Skip to content
Permalink
Browse files

Updated polyfills in misc_legacy

  • Loading branch information
mrdoob committed on Feb 20, 2021
1 parent ea11dda commit 0c815022849389cbe6de14a93e1c2fc7e4b21c18
Showing with 1 addition and 1 deletion.
  1. +1 −1 examples/misc_legacy.html
@@ -8,7 +8,7 @@
</head>
<body>

<script src="https://polyfill.io/v3/polyfill.min.js?features=Object.values%2CPromise"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=Object.values%2CObject.assign%2CNumber.isInteger%2CNumber.EPSILON%2CMath.sign%2CFunction.name%2CPromise"></script>

<script src="../build/three.js"></script>
<script src="./js/controls/OrbitControls.js"></script>

0 comments on commit 0c81502

Please sign in to comment.