mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Updated tests
This commit is contained in:
parent
099054018e
commit
4c2753ac90
@ -22,6 +22,10 @@ $("#tree").fancytree(<Fancytree.FancytreeOptions>{
|
||||
]
|
||||
}
|
||||
],
|
||||
extensions: ['dnd5'],
|
||||
dnd5: {
|
||||
dragDrag: (node, data) => { }
|
||||
},
|
||||
click: (ev: JQueryEventObject, node: Fancytree.EventData) => {
|
||||
return true;
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user