Browse Source

Updated polyfills in misc_legacy

Mr.doob 4 years ago
parent
commit
0c81502284
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/misc_legacy.html

+ 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>