diff options
Diffstat (limited to 'common/modules/storage.jsm')
-rw-r--r-- | common/modules/storage.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/storage.jsm b/common/modules/storage.jsm index bb18bf0e..6e770bfd 100644 --- a/common/modules/storage.jsm +++ b/common/modules/storage.jsm @@ -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(); |