mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Remove configure() definition in KnockoutValidationStatic since it's now deprecated. Use init() instead.
This commit is contained in:
@@ -108,7 +108,6 @@ interface KnockoutValidationGroup {
|
||||
|
||||
interface KnockoutValidationStatic {
|
||||
init(options?: KnockoutValidationConfiguration, force?: boolean): void;
|
||||
configure(options: KnockoutValidationConfiguration): void;
|
||||
reset(): void;
|
||||
|
||||
group(obj: any, options?: any): KnockoutValidationErrors;
|
||||
|
||||
Reference in New Issue
Block a user