Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated polyfills in misc_legacy
  • Loading branch information
mrdoob committed Feb 20, 2021
1 parent ea11dda commit 0c81502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/misc_legacy.html
Expand Up @@ -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>
Expand Down

0 comments on commit 0c81502

Please sign in to comment.