Update knockout.d.ts

This commit is contained in:
Sergio Morchón Poveda
2015-02-16 11:14:01 +01:00
parent bcf610fef5
commit e77ce2d307
+1 -1
View File
@@ -616,7 +616,7 @@ interface KnockoutComponentTemplate {
}
interface KnockoutComponentInfo {
element: any;
element: Node;
}
/* end register overloads */
interface KnockoutComponentDefinition {