This commit is contained in:
Boris Yankov
2012-10-26 05:23:10 +03:00
+2
View File
@@ -21,6 +21,8 @@ interface KnockoutObservableArrayFunctions {
sort(): void;
sort(compareFunction): void;
subscribe(callback: (newValue: any[]) => void ): KnockoutSubscription;
// Ko specific
remove(item): any[];
removeAll(items: any[]): any[];