Explorar o código

Removed Uint8ClampedArray workaround.

Mr.doob %!s(int64=4) %!d(string=hai) anos
pai
achega
d401181625
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/utils.js

+ 1 - 2
src/utils.js

@@ -33,8 +33,7 @@ function arrayMax( array ) {
 const TYPED_ARRAYS = {
 	Int8Array: Int8Array,
 	Uint8Array: Uint8Array,
-	// Workaround for IE11 pre KB2929437. See #11440
-	Uint8ClampedArray: typeof Uint8ClampedArray !== 'undefined' ? Uint8ClampedArray : Uint8Array,
+	Uint8ClampedArray: Uint8ClampedArray,
 	Int16Array: Int16Array,
 	Uint16Array: Uint16Array,
 	Int32Array: Int32Array,