mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Added missing ko method : "cleanNode"
This commit is contained in:
1
knockout/knockout-2.2.d.ts
vendored
1
knockout/knockout-2.2.d.ts
vendored
@@ -290,6 +290,7 @@ interface KnockoutStatic {
|
||||
isObservable(instance: any): bool;
|
||||
dataFor(node: any): any;
|
||||
removeNode(node: Element);
|
||||
cleanNode(node: Element);
|
||||
}
|
||||
|
||||
declare var ko: KnockoutStatic;
|
||||
Reference in New Issue
Block a user