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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user