aboutsummaryrefslogtreecommitdiffstats
path: root/auto_reload.js
diff options
context:
space:
mode:
Diffstat (limited to 'auto_reload.js')
-rw-r--r--auto_reload.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_reload.js b/auto_reload.js
index af02616..64dcf69 100644
--- a/auto_reload.js
+++ b/auto_reload.js
@@ -63,7 +63,7 @@ let PLUGIN_INFO =
'Auto reload current tab',
function (args) {
let tab = gBrowser.mCurrentTab;
- let storage = tab[this.uuid] || (tab[this.uuid] = {});
+ let storage = tab[uuid] || (tab[uuid] = {});
let reload;
let func = reload = function () tabs.reload(tab);
let time = parseInt(parseFloat(args[0] || 1) * 1000);