Changed signature of functions: search, redraw_node. Comments fixed.

Changed signature of functions: search, redraw_node. Comments fixed.
This commit is contained in:
AdaskoTheBeAsT
2014-09-27 14:03:34 +02:00
parent ef080f1782
commit 53ddc41a4b

2
jstree/jstree.d.ts vendored
View File

@@ -558,6 +558,8 @@ interface JSTreeStaticDefaultsSearch {
* Indicates if the tree should be filtered (by default) to show only matching nodes
* (keep in mind this can be a heavy on large trees in old browsers).
* This setting can be changed at runtime when calling the search method. Default is `false`.
* @name $.jstree.defaults.search.show_only_matches
* @plugin search
*/
show_only_matches: boolean;