Fix sugar definitions

This commit is contained in:
Boris Yankov
2013-08-07 19:09:22 +03:00
parent 0797420e1f
commit 12f71331b1
+1 -1
View File
@@ -2611,7 +2611,7 @@ interface Array<T> {
remove(...args: string[]): T[];
remove(...args: Object[]): T[];
remove(...args: any[]): any[];
remove(...args: {(n: T): bool}[]): T[];
remove(...args: {(n: T): boolean}[]): T[];
/***
* Removes element at <start>. If [end] is specified, removes the range