mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-27 00:15:09 +08:00
Fixed definition of KnockoutComputedContext.isInitial: should be () => boolean, was boolean.
This commit is contained in:
2
knockout/knockout.d.ts
vendored
2
knockout/knockout.d.ts
vendored
@@ -586,7 +586,7 @@ interface KnockoutComponentConfig {
|
||||
|
||||
interface KnockoutComputedContext {
|
||||
getDependenciesCount(): number;
|
||||
isInitial: boolean;
|
||||
isInitial: () => boolean;
|
||||
isSleeping: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user