Skip to content

Commit

Permalink
filterBranches shall user opts to allow autoExpand
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien-michel committed May 28, 2015
1 parent 6cbb5cf commit 39f8869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.fancytree.filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ $.ui.fancytree._FancytreeClass.prototype.applyFilter = function(filter){
* @requires jquery.fancytree.filter.js
*/
$.ui.fancytree._FancytreeClass.prototype.filterBranches = function(filter, opts){
return this._applyFilterImpl(filter, true, null);
return this._applyFilterImpl(filter, true, opts);
};


Expand Down

0 comments on commit 39f8869

Please sign in to comment.