mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
# FancyTreeNode: tr is HTMLTableRowElement
This commit is contained in:
2
types/jquery.fancytree/index.d.ts
vendored
2
types/jquery.fancytree/index.d.ts
vendored
@@ -236,7 +236,7 @@ declare namespace Fancytree {
|
||||
/** Outer element of single nodes */
|
||||
span: HTMLElement;
|
||||
/** Outer element of single nodes for table extension */
|
||||
tr: HTMLElement;
|
||||
tr: HTMLTableRowElement;
|
||||
//#endregion
|
||||
|
||||
//#region Methods
|
||||
|
||||
Reference in New Issue
Block a user