Fix Knockout tests for 0.9/generics

Allows ko.observable()
This commit is contained in:
Nicholas Wolverson
2013-06-19 13:32:56 +01:00
parent 50b3d35c54
commit 92011c1772
4 changed files with 36 additions and 37 deletions
+1
View File
@@ -95,6 +95,7 @@ interface KnockoutObservableStatic {
fn: KnockoutObservableFunctions;
<T>(value: T): KnockoutObservable<T>;
<T>(): KnockoutObservable<T>;
}
/** use as method to get/set the value */