summaryrefslogtreecommitdiff
path: root/common/modules/storage.jsm
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2013-04-26 23:22:12 -0700
committerKris Maglione <maglione.k@gmail.com>2013-04-26 23:22:12 -0700
commit79f327658c02ef01b9a68f80710217090f7a3a4c (patch)
tree5882093546186a2bf76a627e88744757879ac374 /common/modules/storage.jsm
parenta2a3436241d26b900ef15778f85005b0bf33ac3c (diff)
downloadpentadactyl-79f327658c02ef01b9a68f80710217090f7a3a4c.tar.gz
[PWPBM] Magic.
Diffstat (limited to 'common/modules/storage.jsm')
-rw-r--r--common/modules/storage.jsm2
1 files changed, 1 insertions, 1 deletions
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();