add a comment about restoreTreeStructure() on Firefox 3.6

This commit is contained in:
SHIMODA Hiroshi 2011-12-06 18:06:59 +09:00
parent db286777de
commit 87352e22e6

View File

@ -2352,6 +2352,7 @@ TreeStyleTabBrowser.prototype = {
var tabs = this.getAllTabsArray(this.mTabBrowser);
// on Firefox 3.6, we cannot get tab values before SSTabRestoring...
var actualTabs = tabs.map(function(aTab) {
return this.getTabValue(aTab, this.kID);
}, this).join('\n')+'\n';