未定義の変数
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5610 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
ea30dc3f4e
commit
7c6cf341f0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user