mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Fixed definition of KnockoutComputedContext.isInitial: should be () => boolean, was boolean.
This commit is contained in:
Vendored
+1
-1
@@ -586,7 +586,7 @@ interface KnockoutComponentConfig {
|
||||
|
||||
interface KnockoutComputedContext {
|
||||
getDependenciesCount(): number;
|
||||
isInitial: boolean;
|
||||
isInitial: () => boolean;
|
||||
isSleeping: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user