Skip to content

Commit

Permalink
Specify default value for options
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jul 7, 2016
1 parent 2ecbf63 commit 2452641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ var TreeStyleTabBase = inherit(TreeStyleTabConstants, {

/* notify "ready to open child tab(s)" */

readyToOpenChildTab : function TSTBase_readyToOpenChildTab(aTabOrSomething, aMultiple, aOptions) /* PUBLIC API */
readyToOpenChildTab : function TSTBase_readyToOpenChildTab(aTabOrSomething, aMultiple, aOptions = {}) /* PUBLIC API */
{
if (!utils.getTreePref('autoAttach'))
return false;
Expand Down

0 comments on commit 2452641

Please sign in to comment.