Fix knockout tests

This commit is contained in:
Neil Stalker
2013-09-01 11:03:07 +01:00
parent 8edb57ae11
commit f1a37d4cfa

View File

@@ -260,7 +260,7 @@ interface KnockoutExtenders {
}
interface KnockoutObservableArrayFunctions {
filterByProperty(propName, matchValue): KnockoutComputed;
filterByProperty(propName, matchValue): KnockoutComputed<any>;
}
declare var validate;