mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 10:55:46 +01:00
Miscellaneous semicolon, whitespace, and formatting fixes.
This commit is contained in:
@@ -51,7 +51,7 @@ var StoreBase = Class("StoreBase", {
|
||||
this.reload();
|
||||
},
|
||||
|
||||
changed: function () { this.timer.tell() },
|
||||
changed: function () { this.timer.tell(); },
|
||||
|
||||
reload: function reload() {
|
||||
this._object = this._load() || this._constructor();
|
||||
|
||||
Reference in New Issue
Block a user