Skip to content

Commit

Permalink
Merge pull request #442 from fabien-michel/patch-1
Browse files Browse the repository at this point in the history
filterBranches shall use opts to allow autoExpand
  • Loading branch information
mar10 committed Jun 1, 2015
2 parents 6cbb5cf + 39f8869 commit 3fa7698
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 3fa7698

Please sign in to comment.