Skip to content

Commit

Permalink
More clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Feb 23, 2021
1 parent c63bdaf commit 676115e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/misc_legacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>
<body>

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

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

0 comments on commit 676115e

Please sign in to comment.