fix wrong method name
This commit is contained in:
parent
f077af1317
commit
8e1188d9be
@ -144,7 +144,7 @@ TreeStyleTabWindow.prototype = {
|
||||
get browser()
|
||||
{
|
||||
var w = this.window;
|
||||
this.ensureBeforeDestruction(w);
|
||||
this.assertBeforeDestruction(w);
|
||||
return 'SplitBrowser' in w ? w.SplitBrowser.activeBrowser :
|
||||
w.gBrowser ;
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user