未定義の変数

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5610 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-12-24 16:14:02 +00:00
parent ea30dc3f4e
commit 7c6cf341f0

View File

@ -953,7 +953,7 @@ TreeStyleTabBrowser.prototype = {
_ensureNewSplitter : function()
{
var splitter = document.getAnonymousElementByAttribute(b, 'class', this.kSPLITTER);
var splitter = document.getAnonymousElementByAttribute(this.mTabBrowser, 'class', this.kSPLITTER);
// We always have to re-create splitter, because its "collapse"
// behavior becomes broken by repositioning of the tab bar.