mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 20:04:11 +01:00
Fix Minefield a-fucking-gain.
This commit is contained in:
@@ -55,7 +55,7 @@ var StoreBase = Class("StoreBase", {
|
||||
this.fireEvent("change", null);
|
||||
},
|
||||
|
||||
delete: function delete() {
|
||||
delete: function delete_() {
|
||||
delete storage.keys[this.name];
|
||||
delete storage[this.name];
|
||||
storage.infoPath.child(this.name).remove(false);
|
||||
|
||||
Reference in New Issue
Block a user