Skip to content

Commit d7eda75

Browse files
committed
fix microsoft-ajax/microsoft.ajax.d.ts
1 parent 875f270 commit d7eda75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microsoft-ajax/microsoft.ajax.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ interface Array<T> {
246246
/**
247247
* Inserts a value at the specified location in an Array object.
248248
*/
249-
insert(array: any[], index: number, item: any);
249+
insert(array: any[], index: number, item: any): any;
250250
/**
251251
* Creates an Array object from a string representation.
252252
*/

0 commit comments

Comments
 (0)