From eb36455c8bac16155979b9596f106cdbabf1097f Mon Sep 17 00:00:00 2001 From: Reiner Dolp Date: Wed, 19 Apr 2017 19:37:37 +0100 Subject: [PATCH] fix issue 15275 --- src/lib/es5.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/es5.d.ts b/src/lib/es5.d.ts index bef6feb660a..23805495b69 100644 --- a/src/lib/es5.d.ts +++ b/src/lib/es5.d.ts @@ -2316,7 +2316,7 @@ interface Uint8ClampedArray { * @param array A typed or untyped array of values to set. * @param offset The index in the current array at which the values are to be written. */ - set(array: Uint8ClampedArray, offset?: number): void; + set(array: ArrayLike, offset?: number): void; /** * Returns a section of an array.