1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 12:24:11 +01:00

[PWPBM] Magic.

This commit is contained in:
Kris Maglione
2013-04-26 23:22:12 -07:00
parent a2a3436241
commit 79f327658c

View File

@@ -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();