Fix mismatched variable name

This commit is contained in:
YUKI Hiroshi 2014-10-30 12:26:41 +09:00
parent 86b46c04cd
commit e5171ea638

View File

@ -1650,7 +1650,7 @@ var TreeStyleTabBase = inherit(TreeStyleTabConstants, {
return false; return false;
}, },
readyToOpenNewTabGroup : function TSTBase_readyToOpenNewTabGroup(aFrameOrTabBrowser, aTreeStructure, aExpandAllTree) /* PUBLIC API */ readyToOpenNewTabGroup : function TSTBase_readyToOpenNewTabGroup(aTabOrSomething, aTreeStructure, aExpandAllTree) /* PUBLIC API */
{ {
if (!utils.getTreePref('autoAttach')) if (!utils.getTreePref('autoAttach'))
return false; return false;