1
0
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:
Kris Maglione
2008-12-21 18:56:56 -05:00
parent fc0a35e833
commit 3482269980
2 changed files with 19 additions and 6 deletions

View File

@@ -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)),