Added missing ko method : "cleanNode"

This commit is contained in:
BreeeZe
2012-12-26 09:27:59 +01:00
committed by Damiano
parent 1df392c35f
commit 42fd31a1ad
+1
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;