From fffcd3172fa682891bfead66d8f0c45058d69f6f Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Thu, 3 Jul 2014 02:06:10 +0900 Subject: [PATCH] Fix typo --- modules/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/browser.js b/modules/browser.js index 41e645a4..ee090e86 100644 --- a/modules/browser.js +++ b/modules/browser.js @@ -3319,7 +3319,7 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, { // event here. // See: https://github.com/piroor/treestyletab/issues/676#issuecomment-47700158 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) this.onTabRestoring(aEvent); }