From f1a37d4cfa0a9ac5be4412093a4f739e9f26b085 Mon Sep 17 00:00:00 2001 From: Neil Stalker Date: Sun, 1 Sep 2013 11:03:07 +0100 Subject: [PATCH] Fix knockout tests --- knockout/tests/knockout-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knockout/tests/knockout-tests.ts b/knockout/tests/knockout-tests.ts index e2fbf4c02..b0755c12a 100644 --- a/knockout/tests/knockout-tests.ts +++ b/knockout/tests/knockout-tests.ts @@ -260,7 +260,7 @@ interface KnockoutExtenders { } interface KnockoutObservableArrayFunctions { - filterByProperty(propName, matchValue): KnockoutComputed; + filterByProperty(propName, matchValue): KnockoutComputed; } declare var validate;