mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 14:15:49 +01:00
Fix storage observer weak ref stuff (Gecko is a strange beast)
This commit is contained in:
@@ -96,7 +96,7 @@ Option.prototype = {
|
||||
},
|
||||
|
||||
get values() this.parseValues(this.value),
|
||||
set values(values) this.setValues(this.scope, values),
|
||||
set values(values) this.setValues(values, this.scope),
|
||||
|
||||
getValues: function (scope) this.parseValues(this.get(scope)),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user