mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 03:15:47 +01:00
[PWPBM] Magic.
This commit is contained in:
@@ -42,7 +42,7 @@ var StoreBase = Class("StoreBase", {
|
|||||||
return res;
|
return res;
|
||||||
},
|
},
|
||||||
|
|
||||||
changed: function () { this.timer.tell(); },
|
changed: function () { this.timer && this.timer.tell(); },
|
||||||
|
|
||||||
reload: function reload() {
|
reload: function reload() {
|
||||||
this._object = this._load() || this._constructor();
|
this._object = this._load() || this._constructor();
|
||||||
|
|||||||
Reference in New Issue
Block a user