Added missing ko method : "cleanNode"

This commit is contained in:
BreeeZe
2012-12-01 21:37:38 +01:00
parent 90faff1656
commit f504c4eee4

View File

@@ -290,6 +290,7 @@ interface KnockoutStatic {
isObservable(instance: any): bool;
dataFor(node: any): any;
removeNode(node: Element);
cleanNode(node: Element);
}
declare var ko: KnockoutStatic;