From 3062d112f675cfe44524bf6a9038b029058b9d5f Mon Sep 17 00:00:00 2001 From: wlt Date: Sat, 1 Jan 2011 09:07:18 -0800 Subject: fixed: storage用のプロパティ名をちゃんとuuid使うようにした --- auto_reload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto_reload.js') 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); -- cgit v1.2.3