mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-15 06:48:25 +08: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