Added ko.virtualElements.childNodes

This commit is contained in:
Fyodor Soikin
2013-05-22 00:16:00 -04:00
parent 91bb9c0ad2
commit f50ea2c3e5

View File

@@ -234,6 +234,7 @@ interface KnockoutVirtualElements {
nextSibling( e: KnockoutVirtualElement );
prepend( e: KnockoutVirtualElement, toInsert: HTMLElement );
setDomNodeChildren( e: KnockoutVirtualElement, newChildren: { length: number;[index: number]: HTMLElement; } );
childNodes( e: KnockoutVirtualElement ): HTMLElement[];
}
interface KnockoutExtenders {