fix microsoft-ajax/microsoft.ajax.d.ts

This commit is contained in:
vvakame
2014-10-07 14:47:55 +09:00
parent 875f270112
commit d7eda75d53
+1 -1
View File
@@ -246,7 +246,7 @@ interface Array<T> {
/**
* Inserts a value at the specified location in an Array object.
*/
insert(array: any[], index: number, item: any);
insert(array: any[], index: number, item: any): any;
/**
* Creates an Array object from a string representation.
*/