mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Fix Knockout tests for 0.9/generics
Allows ko.observable()
This commit is contained in:
Vendored
+1
@@ -95,6 +95,7 @@ interface KnockoutObservableStatic {
|
||||
fn: KnockoutObservableFunctions;
|
||||
|
||||
<T>(value: T): KnockoutObservable<T>;
|
||||
<T>(): KnockoutObservable<T>;
|
||||
}
|
||||
|
||||
/** use as method to get/set the value */
|
||||
|
||||
Reference in New Issue
Block a user