add a comment about restoreTreeStructure() on Firefox 3.6
This commit is contained in:
parent
db286777de
commit
87352e22e6
@ -2352,6 +2352,7 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
|
|
||||||
var tabs = this.getAllTabsArray(this.mTabBrowser);
|
var tabs = this.getAllTabsArray(this.mTabBrowser);
|
||||||
|
|
||||||
|
// on Firefox 3.6, we cannot get tab values before SSTabRestoring...
|
||||||
var actualTabs = tabs.map(function(aTab) {
|
var actualTabs = tabs.map(function(aTab) {
|
||||||
return this.getTabValue(aTab, this.kID);
|
return this.getTabValue(aTab, this.kID);
|
||||||
}, this).join('\n')+'\n';
|
}, this).join('\n')+'\n';
|
||||||
|
Loading…
Reference in New Issue
Block a user