Fix typo
This commit is contained in:
parent
dfe07b5894
commit
fffcd3172f
@ -3319,7 +3319,7 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
|
|||||||
// event here.
|
// event here.
|
||||||
// See: https://github.com/piroor/treestyletab/issues/676#issuecomment-47700158
|
// See: https://github.com/piroor/treestyletab/issues/676#issuecomment-47700158
|
||||||
if (tab.__SS_extdata) {
|
if (tab.__SS_extdata) {
|
||||||
let storedId = tab__SS_extdata[this.kID]; // getTabValue() doesn't get the value!
|
let storedId = tab.__SS_extdata[this.kID]; // getTabValue() doesn't get the value!
|
||||||
if (storedId && tab.getAttribute(this.kID) != storedId)
|
if (storedId && tab.getAttribute(this.kID) != storedId)
|
||||||
this.onTabRestoring(aEvent);
|
this.onTabRestoring(aEvent);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user