diff options
Diffstat (limited to 'program/js/treelist.js')
-rw-r--r-- | program/js/treelist.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/js/treelist.js b/program/js/treelist.js index 7d13143cd..cc1880da2 100644 --- a/program/js/treelist.js +++ b/program/js/treelist.js @@ -94,6 +94,7 @@ function rcube_treelist_widget(node, p) this.get_node = get_node; this.get_selection = get_selection; this.is_search = is_search; + this.reset_search = reset_search; /////// startup code (constructor) |