From 79f327658c02ef01b9a68f80710217090f7a3a4c Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Fri, 26 Apr 2013 23:22:12 -0700 Subject: [PATCH] [PWPBM] Magic. --- common/modules/storage.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/storage.jsm b/common/modules/storage.jsm index 5bc7cada..0f4cc06e 100644 --- a/common/modules/storage.jsm +++ b/common/modules/storage.jsm @@ -42,7 +42,7 @@ var StoreBase = Class("StoreBase", { return res; }, - changed: function () { this.timer.tell(); }, + changed: function () { this.timer && this.timer.tell(); }, reload: function reload() { this._object = this._load() || this._constructor();