mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 518075 - fix copy/paste fail
This commit is contained in:
parent
9c089d1c22
commit
a3dc67aa1b
@ -190,7 +190,7 @@ WeaveSvc.prototype = {
|
||||
set syncInterval(value) Svc.Prefs.set("syncInterval", value),
|
||||
|
||||
get syncThreshold() Svc.Prefs.get("syncThreshold", SINGLE_USER_THRESHOLD),
|
||||
set syncThreshold(value) Svc.Prefs.set("nextSync", value),
|
||||
set syncThreshold(value) Svc.Prefs.set("syncThreshold", value),
|
||||
|
||||
get globalScore() Svc.Prefs.get("globalScore", 0),
|
||||
set globalScore(value) Svc.Prefs.set("globalScore", value),
|
||||
|
Loading…
Reference in New Issue
Block a user