変更取り消し

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4398 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-05-11 06:02:26 +00:00
parent 42a8be4202
commit d99116355a

View File

@ -462,9 +462,6 @@ TreeStyleTabBrowser.prototype = {
b.warnAboutClosingTabs.toSource().replace(
'var numTabs = ',
'var numTabs = this.__treestyletab__closedTabsNum || '
).replace(
'--tabsToClose',
'if (numTabs == this.mTabs.length) { $&; }'
)
);