From 53ddc41a4b71d9dd78fedc64f80ee7defde54966 Mon Sep 17 00:00:00 2001 From: AdaskoTheBeAsT Date: Sat, 27 Sep 2014 14:03:34 +0200 Subject: [PATCH] Changed signature of functions: search, redraw_node. Comments fixed. Changed signature of functions: search, redraw_node. Comments fixed. --- jstree/jstree.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jstree/jstree.d.ts b/jstree/jstree.d.ts index f6cc140693..28297e5552 100644 --- a/jstree/jstree.d.ts +++ b/jstree/jstree.d.ts @@ -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;