Add comment for compatibility with Australis

This commit is contained in:
Piro / YUKI Hiroshi 2013-11-19 23:26:23 +09:00
parent a5b48d3306
commit 1f0f93e9eb

View File

@ -370,7 +370,7 @@ TreeStyleTabBrowser.prototype = {
utils.getTreePref('compatibility.TMP') &&
d.getAnonymousElementByAttribute(aTab, 'class', 'tab-close-button always-right')
) ||
d.getAnonymousElementByAttribute(aTab, 'anonid', 'close-button') ||
d.getAnonymousElementByAttribute(aTab, 'anonid', 'close-button') || // with Australis
d.getAnonymousElementByAttribute(aTab, 'class', 'tab-close-button');
return close;
},