1
0
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:
Doug Kearns
2010-12-30 21:54:28 +11:00
parent 3c414d9ac9
commit 8e785245c1
22 changed files with 70 additions and 69 deletions

View File

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